Commit 43b0beb3 authored by 顾文旭's avatar 顾文旭

修改测试地址

parent c0a4beca
...@@ -12,7 +12,7 @@ const PANDORA_URI = { ...@@ -12,7 +12,7 @@ const PANDORA_URI = {
const API_INTERNAL_URI = { const API_INTERNAL_URI = {
test: "http://bp-test.ini.yidian-inc.com", test: "http://bp-test.ini.yidian-inc.com",
development: "http://bp-dev.ini.yidian-inc.com", development: "http://gateway-test.bp.api.appgc.cn",
production: "http://bp.int.yidian-inc.com", production: "http://bp.int.yidian-inc.com",
preprod: "http://bp.pre.int.yidian-inc.com", preprod: "http://bp.pre.int.yidian-inc.com",
}; };
......
...@@ -32,8 +32,7 @@ module.exports = { ...@@ -32,8 +32,7 @@ module.exports = {
lintOnSave: isDev, lintOnSave: isDev,
productionSourceMap: false, // 去掉生成环境的 sourceMap productionSourceMap: false, // 去掉生成环境的 sourceMap
devServer: { devServer: {
// proxy: "http://127.0.0.1:8055", //http://localhost:8055 proxy: "http://127.0.0.1:8055", //http://localhost:8055
proxy: "http://gateway-test.bp.api.appgc.cn",
hot: true, hot: true,
disableHostCheck: true, disableHostCheck: true,
}, },
......
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