From 8926fbc538b3214f189fdfd0144c38835ac9a6c7 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 27 Apr 2026 09:52:02 +0800 Subject: [PATCH] init --- config/index.js | 4 ++-- index.html | 2 +- src/views/common/home.vue | 2 +- src/views/main-navbar.vue | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/index.js b/config/index.js index af02f36..28cbf9e 100644 --- a/config/index.js +++ b/config/index.js @@ -13,7 +13,7 @@ module.exports = { // 代理列表, 是否开启代理通过[./dev.env.js]配置 proxyTable: devEnv.OPEN_PROXY === false ? {} : { '/proxyApi': { - target: 'http://127.0.0.1:9090', + target: 'http://127.0.0.1:8089', changeOrigin: true, pathRewrite: { // 把 /proxyApi 替换成 / @@ -24,7 +24,7 @@ module.exports = { // Various Dev Server settings host: 'localhost', // can be overwritten by process.env.HOST - port: 8888, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined + port: 8848, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true, notifyOnErrors: true, diff --git a/index.html b/index.html index ba3c972..98873e5 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 博应-MES + 冠华-MES <% if (process.env.NODE_ENV === 'production') { %> diff --git a/src/views/common/home.vue b/src/views/common/home.vue index 868f2b3..9277882 100644 --- a/src/views/common/home.vue +++ b/src/views/common/home.vue @@ -1,6 +1,6 @@