From d4e8aa814b95a4b727d9ec9c88669e536ce54635 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 17 十一月 2025 09:18:10 +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..2120d85 100644
--- a/admin/vue.config.js
+++ b/admin/vue.config.js
@@ -7,7 +7,7 @@
 }
 module.exports = {
   publicPath: process.env.VUE_APP_CONTEXT_PATH,
-  outputDir: 'admin',
+  outputDir: 'whyc_admin',
   assetsDir: 'static',
   lintOnSave: false,
   devServer: {
@@ -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