From ac84e277419c7678bd7ade8acfe56a57d6a1e7b2 Mon Sep 17 00:00:00 2001 From: Gao xiaosong <704041637@qq.com> Date: Fri, 30 Oct 2020 01:51:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E9=97=A8=E5=BA=97=E7=9A=84?= =?UTF-8?q?=E5=9B=9E=E5=A1=ABissue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 4 ++-- pages/shop/GoodsCon/index.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index d2956c4..90f2c06 100644 --- a/config/index.js +++ b/config/index.js @@ -1,7 +1,7 @@ // export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api'; -//export const VUE_APP_API_URL = 'https://wxapi.yixiang.co/api'; +export const VUE_APP_API_URL = 'https://wxapi.yixiang.co/api'; // export const VUE_APP_API_URL = 'http://192.168.31.223:8008/api'; - export const VUE_APP_API_URL = 'https://h5api.xinxintuan.co/api'; +// export const VUE_APP_API_URL = 'https://h5api.xinxintuan.co/api'; // export const VUE_APP_API_URL = 'https://h5api.xinxintuan.co/api'; export const VUE_APP_RESOURCES_URL = 'https://wx.yixiang.co/static'; diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index 3fb1b88..09c2f4c 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -308,6 +308,7 @@ }, computed: mapGetters(["isLogin", "location"]), mounted: function () { + this.$store.commit("get_to", "goodcon"); let url = handleQrCode(); if (!url) { url = handleUrlParam(getCurrentPageUrlWithArgs())