diff --git a/pages.json b/pages.json
index 6b2fed3..a51d0b0 100644
--- a/pages.json
+++ b/pages.json
@@ -3,16 +3,23 @@
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+
{
- "path" : "pages/site/site",
- "style" :
- {
- "navigationBarTitleText": "附近护理站",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"//背景颜色
- }
-
+ "path": "pages/detail/detail",
+ "style": {
+ "navigationBarTitleText": "护理站简介",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#ffffff" //背景颜色
+ }
+ },{
+ "path": "pages/site/site",
+ "style": {
+ "navigationBarTitleText": "附近护理站",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#ffffff" //背景颜色
+ }
},
+
{
"path": "pages/homepage/homepage",
"style": {
@@ -26,7 +33,7 @@
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
- }, {
+ }, {
"path": "pages/Personal/Personal",
"style": {
"navigationBarTitleText": "个人中心",
diff --git a/pages/site/site.vue b/pages/site/site.vue
index 290b0b6..dbe7fc2 100644
--- a/pages/site/site.vue
+++ b/pages/site/site.vue
@@ -1,30 +1,32 @@
-
-
-