From ae8d9d380854076d0b2da145576ae08f14a8f835 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期三, 19 三月 2025 17:26:47 +0800
Subject: [PATCH] feat: 添加生态流量页面&做大屏分辨率适配

---
 src/utils/index.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/utils/index.js b/src/utils/index.js
index 8e78dd2..35b043c 100644
--- a/src/utils/index.js
+++ b/src/utils/index.js
@@ -14,12 +14,10 @@
       let routesData = JSON.parse(JSON.stringify(menuStore.sidebarRouters));
       //定义路径模式
       const views = import.meta.glob('../views/**/*/index.vue');
-      // console.log('routesData',routesData)
       //组装成router需要的格式(加上component和meta)
       routesData = setActiveRoute(routesData, views) //设置路由
       // console.log('组装完成',routesData)
       routesData.forEach((item) => {
-          console.log(222222,router)
           //路由数据解析完成,开始添加到本地路由表中
          router.addRoute('/', item);
           // console.log('item',item)

--
Gitblit v1.9.3