From c098f1e3a3e052aa3d65584aae6dc003a70d75ad Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期二, 16 十二月 2025 00:09:14 +0800
Subject: [PATCH] feat: 停止轮询 uncount

---
 ruoyi-ui/src/router/index.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index 2282284..81cbe25 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -5,6 +5,7 @@
 
 /* Layout */
 import Layout from '@/layout'
+import qywechatRouter from './modules/qywechat'
 
 /**
  * Note: 璺敱閰嶇疆椤�
@@ -149,6 +150,7 @@
 
 // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
 export const dynamicRoutes = [
+  qywechatRouter,
   {
     path: '/system/user-auth',
     component: Layout,
@@ -248,7 +250,7 @@
 }
 
 export default new Router({
-  mode: 'hash', // 浣跨敤hash妯″紡锛屽吋瀹规�ф洿濂�
+  mode: 'history', // 浣跨敤history妯″紡,URL鏇寸編瑙�
   scrollBehavior: () => ({ y: 0 }),
   routes: constantRoutes
 })

--
Gitblit v1.9.1