|
@@ -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 || 88 // 端口
|
|
|
|
|
@@ -35,8 +35,8 @@ module.exports = {
|
|
|
proxy: {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
- // target: `http://127.0.0.1:8088`,
|
|
|
- target: `https://sookajs.top:8888/`,
|
|
|
+ target: `http://127.0.0.1:8088`,
|
|
|
+ // target: `https://sookajs.top:8888/`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|