From 1d0db2268bc114753f1f2b0fce056cfbaf519a64 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 10 十月 2023 11:06:22 +0800
Subject: [PATCH] 代码更新

---
 src/router/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 5a1e1af..83a6abc 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -15,7 +15,7 @@
 ];
 const router = new Router({
   mode: "history",
-  // base: '/TEST',
+  base: '/TEST',
   routes,
 });
 router.beforeEach((to, from, next) => {

--
Gitblit v1.9.3