chore: 更改端口

hisense
时启龙 2026-01-05 19:50:16 +08:00
parent 3623586d81
commit e11c663b81
1 changed files with 1 additions and 1 deletions

View File

@ -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',