Explorar el Código

首页判断修改

wangn hace 5 años
padre
commit
e464a328d2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      hdApp/src/pagesClient/official/result.vue

+ 2 - 1
hdApp/src/pagesClient/official/result.vue

@@ -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')
         }
     }