update store/index.js

This commit is contained in:
linfeng 2023-01-17 12:33:09 +08:00
parent 8f7305e835
commit 45d53fd668

View File

@ -7,7 +7,6 @@ const store = new Vuex.Store({
state: {
hasLogin: uni.getStorageSync("hasLogin"),
sessionKey: uni.getStorageSync("sessionKey"),
messegeNum:[],
},
mutations: {
login(state, userInfo) {