From 0256117a3a35a4dc0ac90d3172d11651eb0b8150 Mon Sep 17 00:00:00 2001 From: Mr.Zhang <710666463@qq.com> Date: 星期二, 22 八月 2023 18:26:32 +0800 Subject: [PATCH] sDda --- screen_standard/src/router/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/screen_standard/src/router/index.js b/screen_standard/src/router/index.js index c8239a7..59ce881 100644 --- a/screen_standard/src/router/index.js +++ b/screen_standard/src/router/index.js @@ -2,7 +2,7 @@ import HomeView from '../views/HomeView.vue' import indexView from '../views/index.vue' import processView from '../views/process.vue' - +console.log(import.meta.env.VITE_BASE_CONTEXT); const router = createRouter({ history: createWebHistory(import.meta.env.VITE_BASE_CONTEXT), -- Gitblit v1.9.3