From 8cb369bd4daf62237c501ffee931034654b0efef Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 09 Jun 2021 15:02:00 +0800
Subject: [PATCH] 视频修改
---
pages.json | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index c115320..f8117a2 100644
--- a/pages.json
+++ b/pages.json
@@ -102,6 +102,20 @@
}
},
{
+ "path": "pages/article/article",
+ "name": "equipment",
+ "style": {
+ "navigationBarTitleText": "资讯"
+ }
+ },
+ {
+ "path": "pages/article/article_detail",
+ "name": "equipment",
+ "style": {
+ "navigationBarTitleText": "详情"
+ }
+ },
+ {
"path": "pages/patrol/patrol",
"name": "equipment",
"style": {
@@ -170,6 +184,11 @@
"selectedColor": "#0faeff",
"backgroundColor": "#ffffff",
"list": [{
+ "pagePath": "pages/article/article",
+ "text": "首页",
+ "iconPath": "static/img/index.png",
+ "selectedIconPath": "static/img/indexH.png"
+ },{
"pagePath": "pages/workbench/workbench",
"text": "工作台",
"iconPath": "static/tabbar/workbench.png",
--
Gitblit v1.9.3