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())