From ac478242e0ecb50b23b2e91c0541f9ceae2dccf6 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期五, 25 四月 2025 16:59:37 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/wyyDatabase

---
 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