chore: 更改端口
parent
3623586d81
commit
e11c663b81
|
|
@ -14,7 +14,7 @@ function resolve(dir) {
|
|||
}
|
||||
const httpType = 'https://'
|
||||
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 = {
|
||||
publicPath,
|
||||
assetsDir: 'static',
|
||||
|
|
|
|||
Loading…
Reference in New Issue