Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
50ee0a76a5 |
|
@ -8,7 +8,7 @@ function resolve(dir) {
|
||||||
return path.join(__dirname, dir)
|
return path.join(__dirname, dir)
|
||||||
}
|
}
|
||||||
const httpType = 'https://'
|
const httpType = 'https://'
|
||||||
const proxyUrl = '23.33.3.22:60006' // 代理地址设置
|
const proxyUrl = '10.10.33.185:60006' // 代理地址设置
|
||||||
|
|
||||||
// const proxyUrl = '10.20.51.92:7001' // 代理地址设置
|
// const proxyUrl = '10.20.51.92:7001' // 代理地址设置
|
||||||
const publicPath = process.env.NODE_ENV === 'production' ? '/scr-web/' : '/'
|
const publicPath = process.env.NODE_ENV === 'production' ? '/scr-web/' : '/'
|
||||||
|
|
Loading…
Reference in New Issue