From 9db46c3a0d1f62e3878243fff0a28c084a7e64ed Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 06 Nov 2023 18:10:45 +0800
Subject: [PATCH] 新增公告列表、详情,便民热线,修改密码,网格员审核页面。登录页修改
---
pages.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index 80e4c34..3e72cfd 100644
--- a/pages.json
+++ b/pages.json
@@ -67,6 +67,47 @@
]
},
+ //公告
+ {
+ "root": "subPackage/notice",
+ "pages": [
+ {
+ "path": "list",
+ "style": {
+ "navigationBarTitleText": "公告",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "detail",
+ "style": {
+ "navigationBarTitleText": "公告详情",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ }
+
+ ]
+ },
+ //便民热线
+ {
+ "root": "subPackage/hotLine",
+ "pages": [
+ {
+ "path": "index",
+ "style": {
+ "navigationBarTitleText": "便民热线",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ }
+ ]
+ },
+
//工作台
{
"root": "subPackage/workbench",
@@ -87,6 +128,15 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path":"views/audit",
+ "style": {
+ "navigationBarTitleText": "网格任务审核",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
}
]
},
--
Gitblit v1.9.3