Compare commits

...

2 Commits

Author SHA1 Message Date
时启龙 9235a60497 chore: efc 3.0 修改 2025-05-14 15:35:48 +08:00
时启龙 501d2d5dba docs: modify 2025-05-06 14:51:27 +08:00
2 changed files with 2 additions and 4 deletions

View File

@ -11,7 +11,7 @@
```bash
# 设置 registry
npm config set registry http://58.210.154.140:13011/repository/bocloud-npm/
npm config set registry http://223.112.233.194:13011/repository/bocloud-npm/
npm config set _auth Ym9jbG91ZDpjbXBAdjU4Nw==
# npm 相关配置

View File

@ -8,9 +8,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
const httpType = 'https://'
const proxyUrl = '23.33.3.22:60006' // 代理地址设置
// const proxyUrl = '10.20.51.92:7001' // 代理地址设置
const proxyUrl = '10.10.33.172:60006' // EFC 3.0 代理地址设置
const publicPath = process.env.NODE_ENV === 'production' ? '/scr-web/' : '/'
module.exports = {
publicPath,