From 04102f7237efefa744090ed7c25f7b5d0807b679 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 18:11:57 +0800
Subject: [PATCH] 完成运营中心提现和运营中心权限管理
---
mobile/pages.json | 41 +++++++++++++++++++++++++++++++++++++++++
1 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/mobile/pages.json b/mobile/pages.json
index 1b099a0..6c4d749 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -1606,6 +1606,47 @@
//#endif
}
}
+ },{
+ "path": "operations/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "运营中心",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ }, {
+ "path": "operations/cash/apply",
+ "style": {
+ "navigationBarTitleText": "提现申请",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ }, {
+ "path": "operations/cash/list",
+ "style": {
+ "navigationBarTitleText": "提现明细",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ }, {
+ "path": "operations/order",
+ "style": {
+ "navigationBarTitleText": "运营中心订单",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
}
]
},
--
Gitblit v1.9.2