|
|
@@ -19,15 +19,19 @@ export default {
|
|
|
components:{
|
|
|
appResult
|
|
|
},
|
|
|
+ onUnload() {
|
|
|
+ uni.setStorageSync('HOME_REFRESH', '1')
|
|
|
+ uni.removeStorageSync('HOME_STATUS_STROAGE_SHOW')
|
|
|
+ },
|
|
|
methods:{
|
|
|
handleContact(e){
|
|
|
console.log(e)
|
|
|
},
|
|
|
close() {
|
|
|
// this.pageTo({url: '/admin/home/workbench', type:})
|
|
|
- uni.reLaunch({url: '/admin/home/workbench'})
|
|
|
- this.$store.commit("setLoginInfo", {});
|
|
|
- uni.setStorageSync('OPEN_SHOP_ID', '2')
|
|
|
+ this.pageTo({url: '/admin/home/workbench', type: 4})
|
|
|
+ uni.setStorageSync('HOME_REFRESH', '1')
|
|
|
+ uni.removeStorageSync('HOME_STATUS_STROAGE_SHOW')
|
|
|
}
|
|
|
}
|
|
|
};
|