From 1f382c7d4673ce5c19171637567c74cc966fe79c Mon Sep 17 00:00:00 2001 From: lijing1 Date: Thu, 26 Feb 2026 10:23:33 +0800 Subject: [PATCH] merge --- src/router/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 71f49fa9..35a1d433 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -4,7 +4,7 @@ import EmptyLayout from '@/layouts/empty.vue'; import DefaultLayout from '@/layouts/default.vue'; import CidLayout from '@/layouts/cid.vue'; import routerData from '@/router/routerData/index'; -import yianRouter from '@/tenants/yian/router'; +import eontecRouter from '@/tenants/yian/router'; const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), @@ -42,7 +42,7 @@ const router = createRouter({ }, ], }, - ...yianRouter, + ...eontecRouter, ], });