|
@@ -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 || 'OhPlay管理系统' // 网页标题
|
|
|
|
|
|
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
|
|
|
|
@@ -36,9 +36,9 @@ module.exports = {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
target: `https://o3tapi.radio1964.com/admin`,
|
|
|
- // target: `http://192.168.0.217:2678/admin`, // 付新保本地
|
|
|
- // target: `http://192.168.199.208:2027`, // 陈浩
|
|
|
- // target: `http://10.0.2.24:2027`,
|
|
|
+ // target: `http://192.168.0.217:2678/admin`, // 付新保
|
|
|
+ // target: `http://192.168.0.174:2027`, // 陈浩
|
|
|
+ // target: `http://10.0.2.5:2027`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|