From e2ed556bb9331cb65daf184eed646a7295c37b51 Mon Sep 17 00:00:00 2001 From: Mr.Zhang <710666463@qq.com> Date: 星期二, 22 八月 2023 18:04:40 +0800 Subject: [PATCH] dasas --- screen_standard/src/router/index.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/screen_standard/src/router/index.js b/screen_standard/src/router/index.js index 8d7c178..c8239a7 100644 --- a/screen_standard/src/router/index.js +++ b/screen_standard/src/router/index.js @@ -4,7 +4,8 @@ import processView from '../views/process.vue' const router = createRouter({ - history: createWebHistory(import.meta.env.BASE_URL), + + history: createWebHistory(import.meta.env.VITE_BASE_CONTEXT), routes: [ { path: '/', -- Gitblit v1.9.3