|
@@ -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 // 端口
|
|
|
|
|
@@ -58,7 +58,7 @@ module.exports = {
|
|
|
// target: `http://127.0.0.1:3031`,
|
|
|
// target: `http://192.168.31.192:3031`,
|
|
|
// target: `https://117.78.49.164:3031`,
|
|
|
- target: `http://36.49.108.22:3031`,
|
|
|
+ target: `http://192.168.4.12:3031`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|