chore: 更改端口
parent
3623586d81
commit
e11c663b81
|
|
@ -14,7 +14,7 @@ function resolve(dir) {
|
||||||
}
|
}
|
||||||
const httpType = 'https://'
|
const httpType = 'https://'
|
||||||
const proxyUrl = '10.10.33.218:60006' // EFC 3.0 代理地址设置
|
const proxyUrl = '10.10.33.218:60006' // EFC 3.0 代理地址设置
|
||||||
const publicPath = '/cop-web/'
|
const publicPath = process.env.NODE_ENV === 'production' ? '/cop-web/' : '/'
|
||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath,
|
publicPath,
|
||||||
assetsDir: 'static',
|
assetsDir: 'static',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue