提交代码
This commit is contained in:
@@ -14,10 +14,10 @@ module.exports = {
|
||||
// 代理列表, 是否开启代理通过[./dev.env.js]配置
|
||||
proxyTable: devEnv.OPEN_PROXY === false ? {} : {
|
||||
'/sqx_fast': {
|
||||
// target: 'http://192.168.0.132:8171/sqx_fast/',
|
||||
// target: 'https://tcwmadmin.xianmaxiong.com/sqx_fast/',
|
||||
target: 'http://127.0.0.1/sqx_fast/',
|
||||
changeOrigin: true,
|
||||
// target: 'http://192.168.0.128:8171/sqx_fast/',
|
||||
// target: 'https://tcwmpcshop.xianmaxiong.com/sqx_fast/',
|
||||
target: 'https://takeoutservice.sxczgkj.cn/sqx_fast/',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
'^/sqx_fast': ''
|
||||
}
|
||||
@@ -25,7 +25,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
// Various Dev Server settings
|
||||
host: '192.168.2.9', // can be overwritten by process.env.HOST
|
||||
host: '192.168.2.3', // 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,
|
||||
|
||||
Reference in New Issue
Block a user