This commit is contained in:
Gdpao
2020-08-03 14:26:52 +08:00
parent 7ae10c200d
commit 11865d4068
6 changed files with 148 additions and 74 deletions

View File

@@ -47,6 +47,9 @@ const store = new Vuex.Store({
uni.removeStorage({
key: "token"
})
uni.removeStorage({
key: "user_info"
})
},
setOrderType(state, type) {
state.orderType = type;