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