From 7070609d6e4ee06e24df2c5572ff151db583f0d3 Mon Sep 17 00:00:00 2001 From: Mr.Shi <1878285526@qq.com> Date: 星期一, 21 八月 2023 11:11:07 +0800 Subject: [PATCH] 大屏 --- screen_standard/src/router/index.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/screen_standard/src/router/index.js b/screen_standard/src/router/index.js index 6b2d945..7377b96 100644 --- a/screen_standard/src/router/index.js +++ b/screen_standard/src/router/index.js @@ -8,13 +8,13 @@ { path: '/', name: 'home', - component: HomeView - }, - { - path: '/index', - name: 'index', component: indexView - } + }, + // { + // path: '/index', + // name: 'index', + // component: indexView + // } ] }) -- Gitblit v1.9.3