|
|
@@ -29,6 +29,9 @@ export default {
|
|
|
console.log(option)
|
|
|
this.status = option.status
|
|
|
},
|
|
|
+ onUnload() {
|
|
|
+ uni.removeStorageSync('HOME_REFRESH')
|
|
|
+ },
|
|
|
methods: {
|
|
|
loginSys(){
|
|
|
uni.removeStorageSync('OPEN_SHOP_ID')
|
|
|
@@ -37,6 +40,7 @@ export default {
|
|
|
url: '/admin/home/workbench',
|
|
|
type: 3
|
|
|
})
|
|
|
+ this.$store.commit("setLoginInfo", {});
|
|
|
},
|
|
|
openInform(){
|
|
|
this.pageTo({
|