Commit 95e80128 by lizhi

新增一些地址

parent 397357cb
......@@ -5,6 +5,8 @@ const prodEnv = require("./prod.env");
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
BASE_API: '"http://192.168.10.111:8057"'
// BASE_API: '"http://8.218.108.169:8057"'
// BASE_API: '"http://172.31.98.241:8057"'
// BASE_API: '"https://pandaxuequ.com.cn/xs/admin"' //本地系统服务器地址
// BASE_API: '"https://admin-api.macrozheng.com"',
// BASE_API: '"http://test.csasedu.com:10032"' //系统服务器地址
......
......@@ -2,6 +2,7 @@
module.exports = {
NODE_ENV: '"production"',
// BASE_API: '"https://admin-api.macrozheng.com"'
BASE_API: '"http://test.csasedu.com:10032"' //系统服务器地址
// BASE_API: '"http://59.175.19.39:10032"'
// BASE_API: '"http://test.csasedu.com:10032"' //系统服务器地址
BASE_API: '"http://8.218.108.169:8057"'
// BASE_API: '"http://172.31.98.241:8057"'
};
......@@ -24,7 +24,8 @@ moment.locale("zh-cn");
// Vue.prototype.Clipboard = Clipboard;
// Vue.prototype.$UPLOAD_BASE_URL = "https://pandaxuequ.com.cn/xs/admin"; //图片上传的服务器地址
Vue.prototype.$UPLOAD_BASE_URL = "http://192.168.10.111:8057"; //图片上传的服务器地址
// Vue.prototype.$UPLOAD_BASE_URL = "http://8.218.108.169:8057"; //图片上传的服务器地址
Vue.prototype.$UPLOAD_BASE_URL = process.env.BASE_API; //图片上传的服务器地址
// Vue.prototype.$H5_BASE_URL = "http://192.168.10.108:8081/#/"; //H5服务器地址
// Vue.prototype.$UPLOAD_BASE_URL = "http://test.csasedu.com:10032"; //图片上传的服务器地址
Vue.prototype.$H5_BASE_URL = "http://test.csasedu.com:10034/#/"; //H5跳转的网页地址
......
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