guhongwei 4 anni fa
parent
commit
2bff83ecb6
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/layout/userCenter/heads.vue

+ 2 - 2
src/layout/userCenter/heads.vue

@@ -69,8 +69,8 @@ export default {
     },
     // 返回科技超市页面
     linkBtn() {
-      // this.$router.push({ path: `${process.env.NODE_ENV === 'development' ? '' : Vue.config.weixin.baseUrl + '/platlive'}/market/index` });
-      this.$router.push({ path: '/market/index' });
+      this.$router.push({ path: `${process.env.NODE_ENV === 'development' ? '' : Vue.config.weixin.baseUrl}/market/index` });
+      // this.$router.push({ path: '/market/index' });
     },
   },
   computed: {