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