From 3a2a5afd5b590eec8d862039c63843c56a4d6a84 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?W=E5=A4=8F=E6=97=A5?= <1241133727@qq.com>
Date: Tue, 2 Jan 2024 10:36:20 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E9=A1=B5=E9=9D=A2=E5=86=85?=
 =?UTF-8?q?=E5=AE=B9=E8=B0=83=E6=95=B4=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 agentApp/pages/allpages/index.vue | 48 +++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
diff --git a/agentApp/pages/allpages/index.vue b/agentApp/pages/allpages/index.vue
index b2e156e..fd5fd6c 100644
--- a/agentApp/pages/allpages/index.vue
+++ b/agentApp/pages/allpages/index.vue
@@ -3,12 +3,20 @@
 		商户相关
 		
 		
+		
+		
+		
+		
+		
 		用户相关
 		
 		
 		代理商相关
 		
 		
+		
+		
+		
 	
 
 
@@ -47,6 +55,46 @@
 						url: '/pages/merchant-index/index'
 					});
 					break;
+					case 6:
+					uni.navigateTo({
+						url: '/pages/user-orders/user-orders'
+					});
+					break;
+					case 7:
+					uni.navigateTo({
+						url: '/pages/queuing-information/queuing-information'
+					});
+					break;
+					case 8:
+					uni.navigateTo({
+						url: '/pages/withdrawal-management/withdrawal-management'
+					});
+					break;
+					case 9:
+					uni.navigateTo({
+						url: '/pages/account-opened/account-opened'
+					});
+					break;
+					case 10:
+					uni.navigateTo({
+						url: '/pages/withdrawal-history/withdrawal-history'
+					});
+					break;
+					case 11:
+					uni.navigateTo({
+						url: '/pages/cash/cash'
+					});
+					break;
+					case 12:
+					uni.navigateTo({
+						url: '/pages/cashdetail/cashdetail'
+					});
+					break;
+					case 13:
+					uni.navigateTo({
+						url: '/pages/history/history'
+					});
+					break;
 					default: 
 					uni.navigateTo({
 						url: '/pages/login/index'