Explorar el Código

清空默认登陆信息

Zhengy hace 6 años
padre
commit
43d21e570e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/store/store.js

+ 1 - 1
src/store/store.js

@@ -4,7 +4,7 @@ import Vuex from 'vuex';
 Vue.use(Vuex);
 
 const state = {
-    userMess:{"id":1,"userName":"和牙刷私奔叻丶","loginId":"buyer1","password":"123","address":"黑龙江省大庆市"}//登陆者信息
+    userMess:{}//登陆者信息
 }
 
 const mutations = {