导航、分切暂存清除、空木箱入库修改
This commit is contained in:
@@ -17,6 +17,7 @@ const actions = {
|
||||
commit(types.PUBLIC_ARR, res)
|
||||
},
|
||||
setNavTab ({commit}, res) {
|
||||
uni.setStorageSync('navTab', res)
|
||||
commit(types.SET_NAV_TAB, res)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,6 +39,7 @@ const actions = {
|
||||
delUserInfo({commit}, res) {
|
||||
uni.removeStorageSync('userInfo')
|
||||
uni.removeStorageSync('saveToken')
|
||||
uni.removeStorageSync('navTab')
|
||||
commit(types.DEL_USER_INFO, res)
|
||||
},
|
||||
saveToken({commit}, res) {
|
||||
|
||||
Reference in New Issue
Block a user