This commit is contained in:
2022-03-18 08:26:53 +08:00
parent 504cf1af05
commit d894c8bbfa
18 changed files with 1646 additions and 82 deletions

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-11-19 10:10:51
* @LastEditors: gtz
* @LastEditTime: 2021-12-17 14:40:57
* @LastEditTime: 2022-03-05 16:16:24
* @Description: file content
* @FilePath: \mt-qj-wms-ui\config\index.js
*/
@@ -22,7 +22,7 @@ module.exports = {
// 代理列表, 是否开启代理通过[./dev.env.js]配置
proxyTable: devEnv.OPEN_PROXY === false ? {} : {
'/proxyApi': {
target: 'http://192.168.0.189:8080',
target: 'http://192.168.1.66:8080',
changeOrigin: true,
pathRewrite: {
'^/proxyApi': '/api'
@@ -31,7 +31,7 @@ module.exports = {
},
// Various Dev Server settings
host: 'localhost', // can be overwritten by process.env.HOST
host: '0.0.0.0', // can be overwritten by process.env.HOST
port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true,
errorOverlay: true,