From 1bb225a8794efad3cdfb40776625e1a1b4b780e0 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期一, 28 四月 2025 12:15:20 +0800
Subject: [PATCH] 优化

---
 vue.config.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 269a076..0398251 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,6 +1,6 @@
 const { defineConfig } = require("@vue/cli-service");
 module.exports = defineConfig({
-  publicPath: "/",
+  publicPath: "./",
   productionSourceMap: false,
   transpileDependencies: true,
 });

--
Gitblit v1.9.1