|
|
@@ -20,13 +20,14 @@ export default {
|
|
|
appResult
|
|
|
},
|
|
|
onUnload() {
|
|
|
- console.log(12312321)
|
|
|
uni.setStorageSync('HOME_REFRESH', '1')
|
|
|
+ uni.removeStorageSync('HOME_STATUS_STROAGE_SHOW')
|
|
|
},
|
|
|
methods:{
|
|
|
close() {
|
|
|
this.pageTo({url: '/admin/home/workbench', type: 4})
|
|
|
uni.setStorageSync('HOME_REFRESH', '1')
|
|
|
+ uni.removeStorageSync('HOME_STATUS_STROAGE_SHOW')
|
|
|
}
|
|
|
}
|
|
|
};
|