update store/index.js
This commit is contained in:
parent
8f7305e835
commit
45d53fd668
@ -7,7 +7,6 @@ const store = new Vuex.Store({
|
||||
state: {
|
||||
hasLogin: uni.getStorageSync("hasLogin"),
|
||||
sessionKey: uni.getStorageSync("sessionKey"),
|
||||
messegeNum:[],
|
||||
},
|
||||
mutations: {
|
||||
login(state, userInfo) {
|
||||
|
Loading…
Reference in New Issue
Block a user