修改冲突
This commit is contained in:
parent
c8a1df4511
commit
36fa9090ba
|
|
@ -7,14 +7,9 @@ function resolve(dir) {
|
|||
|
||||
const CompressionPlugin = require('compression-webpack-plugin')
|
||||
|
||||
|
||||
|
||||
const name = process.env.VUE_APP_TITLE || '博诺思公共微服务平台' // 网页标题
|
||||
|
||||
const baseUrl = 'http://192.168.0.38:58080' // 后端接口
|
||||
|
||||
|
||||
|
||||
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
||||
|
||||
// vue.config.js 配置说明
|
||||
|
|
|
|||
Loading…
Reference in New Issue