diff --git a/property-uniapp-project/manifest.json b/property-uniapp-project/manifest.json index cea20eb..0e5ff90 100644 --- a/property-uniapp-project/manifest.json +++ b/property-uniapp-project/manifest.json @@ -54,7 +54,8 @@ "setting" : { "urlCheck" : false }, - "usingComponents" : true + "usingComponents" : true, + "lazyCodeLoading": "requiredComponents" }, "mp-alipay" : { "usingComponents" : true diff --git a/property-uniapp-project/pages.json b/property-uniapp-project/pages.json index 0ac99a0..90256d8 100644 --- a/property-uniapp-project/pages.json +++ b/property-uniapp-project/pages.json @@ -1,32 +1,14 @@ { "pages": [ - // { - // "path": "pages/navigation/navigation", - // "style": { - // "navigationBarTitleText": "引导页", - // "navigationBarTextStyle": "white", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - // }, - // { - // "path": "pages/login/pwd-login", - // "style": { - // "navigationBarTitleText": "密码登录", - // "navigationBarTextStyle": "white", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - // }, - // { - // "path": "pages/login/login", - // "style": { - // "navigationBarTitleText": "验证码登录", - // "navigationBarTextStyle": "white", - // "enablePullDownRefresh": false, - // "navigationStyle": "custom" - // } - // }, + { + "path": "pages/navigation/navigation", + "style": { + "navigationBarTitleText": "引导页", + "navigationBarTextStyle": "white", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, { "path": "pages/index/index", @@ -61,6 +43,20 @@ "navigationStyle": "custom" } }, + { + "path": "pwd-login", + "style": { + "navigationBarTitleText": "账号密码登录", + "navigationStyle": "custom" + } + }, + { + "path": "login", + "style": { + "navigationBarTitleText": "验证码登录", + "navigationStyle": "custom" + } + }, { "path": "forget-pwd", "style": { @@ -82,7 +78,8 @@ "pages": [{ "path": "onlineRepair", "style": { - "navigationBarTitleText": "在线报修" + "navigationBarTitleText": "在线报修", + "navigationStyle": "custom" } }, { @@ -128,7 +125,8 @@ "pages": [{ "path": "visitor-list", "style": { - "navigationBarTitleText": "访客邀请" + "navigationBarTitleText": "访客邀请", + "navigationStyle": "custom" } }, { @@ -156,7 +154,8 @@ "pages": [{ "path": "activityList", "style": { - "navigationBarTitleText": "活动列表" + "navigationBarTitleText": "活动列表", + "navigationStyle": "custom" } }, { @@ -180,7 +179,8 @@ "pages": [{ "path": "noticeList", "style": { - "navigationBarTitleText": "通知公告" + "navigationBarTitleText": "通知公告", + "navigationStyle": "custom" } }, { diff --git a/property-uniapp-project/pages/activity-list/activityList.vue b/property-uniapp-project/pages/activity-list/activityList.vue index 8c035ed..fbc086d 100644 --- a/property-uniapp-project/pages/activity-list/activityList.vue +++ b/property-uniapp-project/pages/activity-list/activityList.vue @@ -1,5 +1,10 @@