From e77e096fbfcc1bf525b9ea3382a26abe111c957d Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 05 三月 2026 18:03:42 +0800
Subject: [PATCH] 更改头部
---
admin/vue.config.js | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/admin/vue.config.js b/admin/vue.config.js
index ee1ea41..d54e209 100644
--- a/admin/vue.config.js
+++ b/admin/vue.config.js
@@ -12,7 +12,7 @@
lintOnSave: false,
devServer: {
host: '0.0.0.0',
- port: 10012,
+ port: 10085,
proxy: {
[process.env.VUE_APP_API_PREFIX]: {
target: process.env.VUE_APP_API_URL,
@@ -24,8 +24,6 @@
}
},
configureWebpack: {
- // provide the app's title in webpack's name field, so that
- // it can be accessed in index.html to inject the correct title.
resolve: {
alias: {
'@': resolve('src')
--
Gitblit v1.9.3