提交代码

This commit is contained in:
duan
2024-06-12 11:10:36 +08:00
parent 6643c1161b
commit a04a1580b8
2 changed files with 5 additions and 20779 deletions

View File

@@ -14,10 +14,10 @@ module.exports = {
// 代理列表, 是否开启代理通过[./dev.env.js]配置 // 代理列表, 是否开启代理通过[./dev.env.js]配置
proxyTable: devEnv.OPEN_PROXY === false ? {} : { proxyTable: devEnv.OPEN_PROXY === false ? {} : {
'/sqx_fast': { '/sqx_fast': {
// target: 'http://192.168.0.132:8171/sqx_fast/', // target: 'http://192.168.0.128:8171/sqx_fast/',
// target: 'https://tcwmadmin.xianmaxiong.com/sqx_fast/', // target: 'https://tcwmpcshop.xianmaxiong.com/sqx_fast/',
target: 'http://127.0.0.1/sqx_fast/', target: 'https://takeoutservice.sxczgkj.cn/sqx_fast/',
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'^/sqx_fast': '' '^/sqx_fast': ''
} }
@@ -25,7 +25,7 @@ module.exports = {
}, },
// Various Dev Server settings // 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 port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true, autoOpenBrowser: true,
errorOverlay: true, errorOverlay: true,

20774
package-lock.json generated

File diff suppressed because it is too large Load Diff