Browse Source

清空默认登陆信息

Zhengy 6 years ago
parent
commit
43d21e570e
1 changed files with 1 additions and 1 deletions
  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 = {