Commit a2262485 authored by Carit Zhu's avatar Carit Zhu 🎱

测试环境

parent e3cdfd4e
......@@ -67,6 +67,23 @@
"maximumError": "10mb"
}
]
},
"test": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.test.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
}
}
},
......
export const environment = {
production: false,
test: true,
baseUrl: 'http://172.16.1.13:8094', // 测试
};
......@@ -4,6 +4,7 @@
export const environment = {
production: false,
test: false,
// baseUrl: 'http://cloud-test.witium.com/api', // 对外访问测试网地址
// baseUrl: 'http://172.16.1.53:8092', // cy
baseUrl: 'http://172.16.1.52:8094', // zz
......
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