guhongwei 4 年之前
父节点
当前提交
b3365ce6dd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/layout/userCenter/heads.vue

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

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