fix: 修改代理接口
parent
a9cf567b08
commit
8402a11818
1001
pnpm-lock.yaml
1001
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -12,9 +12,9 @@ const CompressPlugin = require('compress-webpack-plugin')
|
|||
function resolve(dir) {
|
||||
return path.join(__dirname, dir)
|
||||
}
|
||||
const httpType = 'https://'
|
||||
const httpType = 'http://'
|
||||
// const proxyUrl = 'develop.cmp56.com:60006/' // 代理地址设置
|
||||
const proxyUrl = '10.20.12.56:60006/' // 代理地址设置
|
||||
const proxyUrl = '23.33.3.20:60006/' // 代理地址设置
|
||||
// const publicPath = process.env.NODE_ENV === 'production' ? '/cop-web/' : '/cop-web/';
|
||||
const publicPath = '/cop-web/'
|
||||
module.exports = {
|
||||
|
|
Loading…
Reference in New Issue