From 4f5efab57ca2c185f039d35d6b6578d2c1141c7f Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Wed, 28 Dec 2022 23:15:14 +0800 Subject: [PATCH] =?UTF-8?q?--=20=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 16056b8..2a0c732 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -20,7 +20,7 @@ const routes = [ ] const router = createRouter({ - history: createWebHistory("/fe-student-release"), + history: createWebHistory(import.meta.env.VITE_BASE), routes })