diff --git a/merdist.rar b/merdist.rar new file mode 100644 index 0000000..7fbce83 Binary files /dev/null and b/merdist.rar differ diff --git a/src/libs/settingMer.js b/src/libs/settingMer.js index e2073cb..a6f7333 100644 --- a/src/libs/settingMer.js +++ b/src/libs/settingMer.js @@ -9,7 +9,7 @@ // +---------------------------------------------------------------------- import Cookies from "js-cookie"; // 请求接口地址 如果没有配置自动获取当前网址路径 -const VUE_APP_API_URL = process.env.VUE_APP_BASE_API || `${location.origin}` +const VUE_APP_API_URL = 'https://b2b2c.njrenzhou.cn' const VUE_APP_WS_URL = process.env.VUE_APP_WS_URL || (location.protocol === 'https:' ? 'wss' : 'ws') + ':' + location.hostname const login_title = Cookies.get('MerInfo') ? JSON.parse(Cookies.get('MerInfo')).login_title : '' const SettingMer = { diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index 0d643f8..519dd97 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -86,10 +86,11 @@ + @@ -451,7 +452,7 @@ diff --git a/src/views/product/productList/index.vue b/src/views/product/productList/index.vue index 9af21c5..403d812 100644 --- a/src/views/product/productList/index.vue +++ b/src/views/product/productList/index.vue @@ -85,12 +85,12 @@ 批量设置佣金 批量设置会员价 - @@ -173,7 +173,7 @@ -