From 074f334d060ec7d33d39cdeaae5ed84a2a2dd3a3 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 22 八月 2023 18:20:59 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmMes --- 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