Commit 438b6706 authored by lijin's avatar lijin

增加国家选择组件

parent 69b7f885
......@@ -13,7 +13,7 @@ module.exports = merge(prodEnv, {
// BXDD_API: '"http://localhost:9311"',
BXDD_API: '"http://data-api.zhangxinhulian.com"',
PACK_API: '"http://packing.zhangxindiet.com"',
PUTIN_API: '"http://api.putin.zhangxindiet.com"',
// PUTIN_API: '"http://localhost:9314"',
// PUTIN_API: '"http://putinapi.zhangxindiet.com"',
PUTIN_API: '"http://localhost:8567"',
AD_API: '"http://adsptest.huolea.com"',
});
......@@ -11,14 +11,14 @@ if (idx > 0) {
BASE_API = '"http://cms.huolea.com:8888"';
CLOND_API = '"http://apitest.nms.huolea.com"';
BXDD_API = '"http://localhost:9311"';
PUTIN_API = '"http://api.putin.zhangxindiet.com"';
PUTIN_API = '"http://putinapi.zhangxindiet.com"';
AD_API = '"http://adsptest.huolea.com"';
} else {
ZX_NMS_BASE_API = '"http://api.nms.huolea.com"';
BASE_API = '"http://cms.huolea.com"';
CLOND_API = '"http://api.nms.huolea.com"';
BXDD_API = '"http://data-api.zhangxinhulian.com"';
PUTIN_API = '"http://api.putin.zhangxindiet.com"';
PUTIN_API = '"http://putinapi.zhangxindiet.com"';
AD_API = '"http://adsp.zhangxindiet.com"';
}
console.log("==============", BASE_API);
......
......@@ -24,6 +24,7 @@
"element-ui": "^2.12.0",
"file-saver": "^2.0.5",
"js-cookie": "2.2.0",
"lucide-vue-next": "^0.468.0",
"md5": "^2.3.0",
"moment": "^2.24.0",
"normalize.css": "7.0.0",
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment