From 8cb369bd4daf62237c501ffee931034654b0efef Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 09 Jun 2021 15:02:00 +0800
Subject: [PATCH] 视频修改
---
package-lock.json | 2 +-
pages.json | 19 +++++++++++++++++++
App.vue | 1 +
3 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/App.vue b/App.vue
index c94e2b9..5edab8e 100644
--- a/App.vue
+++ b/App.vue
@@ -48,6 +48,7 @@
</script>
<style>
+ @import url("/components/feng-parse/parse.css");
uni-page-wrapper {
width: 100%;
height: 100%;
diff --git a/package-lock.json b/package-lock.json
index d624927..f9050d9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "name": "mini-program",
+ "name": "qfqk-android",
"lockfileVersion": 2,
"requires": true,
"packages": {
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