From 53b9896582e9adf3cc19983ddf4fb82f73d78323 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 31 五月 2024 14:49:17 +0800
Subject: [PATCH] 代码初始化
---
admin/vue.config.js | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/admin/vue.config.js b/admin/vue.config.js
index ee1ea41..b120104 100644
--- a/admin/vue.config.js
+++ b/admin/vue.config.js
@@ -12,20 +12,17 @@
lintOnSave: false,
devServer: {
host: '0.0.0.0',
- port: 10012,
- proxy: {
+ port: 10012
+ /* proxy: {
[process.env.VUE_APP_API_PREFIX]: {
target: process.env.VUE_APP_API_URL,
changeOrigin: true,
pathRewrite: {
[`^${[process.env.VUE_APP_API_PREFIX]}`]: ''
}
- }
- }
+ } */
},
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