From 529c91bc464f326caeabe21dd4cb48f8cc2ee863 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Wed, 28 Dec 2022 23:16:41 +0800 Subject: [PATCH] =?UTF-8?q?--=20=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 3176265..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"), + history: createWebHistory(import.meta.env.VITE_BASE), routes })