|
|
@@ -24,7 +24,8 @@ export default {
|
|
|
console.log(e)
|
|
|
},
|
|
|
close() {
|
|
|
- this.pageTo({url: '/admin/home/workbench', type: 4})
|
|
|
+ uni.reLaunch({url: '/admin/home/workbench'})
|
|
|
+ this.$store.commit("setLoginInfo", {});
|
|
|
uni.setStorageSync('OPEN_SHOP_ID', '2')
|
|
|
}
|
|
|
}
|