chore: 修改开发环境协议
parent
693cf8cc96
commit
1b22b584af
|
@ -12,7 +12,7 @@ const CompressPlugin = require('compress-webpack-plugin')
|
|||
function resolve(dir) {
|
||||
return path.join(__dirname, dir)
|
||||
}
|
||||
const httpType = 'http://'
|
||||
const httpType = 'https://'
|
||||
// const proxyUrl = 'develop.cmp56.com:60006/' // 代理地址设置
|
||||
const proxyUrl = '23.33.3.22:60006/' // 代理地址设置
|
||||
// const publicPath = process.env.NODE_ENV === 'production' ? '/cop-web/' : '/cop-web/';
|
||||
|
|
Loading…
Reference in New Issue