|
|
@@ -7,7 +7,7 @@ function resolve (dir) {
|
|
|
|
|
|
const CompressionPlugin = require('compression-webpack-plugin')
|
|
|
|
|
|
-const name = process.env.VUE_APP_TITLE || '陪护运营管理平台' // 网页标题
|
|
|
+const name = process.env.VUE_APP_TITLE || '润护通运营管理平台' // 网页标题
|
|
|
|
|
|
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
|
|
|
|
|
@@ -38,7 +38,7 @@ module.exports = {
|
|
|
// target: `http://192.168.0.151:8299`,
|
|
|
target: `http://192.168.0.70:8181`,
|
|
|
// target: `http://192.168.0.70:8299`,
|
|
|
- // target: 'https://bwshop.caiquanwang.com.cn/prod-api',
|
|
|
+ // target: 'https://peihu.songlanyun.com/prod-api',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|