From 2f852c9e0d5e3456a0490a2bae52447110c6465b Mon Sep 17 00:00:00 2001 From: liuhr Date: Mon, 30 Oct 2023 11:35:22 +0800 Subject: [PATCH] =?UTF-8?q?[FEAT]:=201.=E6=B7=BB=E5=8A=A0=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E9=85=8D=E7=BD=AE=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PVDEMCSUI/src/router/routes.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PVDEMCSUI/src/router/routes.ts b/PVDEMCSUI/src/router/routes.ts index 2ea0264..47112e4 100644 --- a/PVDEMCSUI/src/router/routes.ts +++ b/PVDEMCSUI/src/router/routes.ts @@ -50,6 +50,12 @@ const routes: RouteRecordRaw[] = [ name: 'screen4', component: () => import('pages/screen/screen4/index.vue'), children: [] + }, + { + path: 'sysConfig', + name: 'sysConfig', + component: () => import('pages/sysConfig/index.vue'), + children: [] } // { // redirect: '/web/screenTab/screen1',