From 2cd6dfb32bfe2cc110643f9be10771668ecd7c40 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期二, 22 八月 2023 19:29:57 +0800
Subject: [PATCH] 大屏
---
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