From b0d026bbf197801c8d3dc2ba7da767ffa4bb3ea8 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 23 三月 2022 14:46:34 +0800
Subject: [PATCH] 忽略版本检查提示框
---
pages.json | 154 +++++++++++++++++++++++++-------------------------
1 files changed, 77 insertions(+), 77 deletions(-)
diff --git a/pages.json b/pages.json
index 53c94cf..b7f4982 100644
--- a/pages.json
+++ b/pages.json
@@ -1,78 +1,78 @@
-{
- "pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle":"custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationStyle":"custom"
- }
- }
- ,{
- "path" : "pages/parking/parking",
- "style" : {
- "navigationBarTitleText":"鎵惧仠杞︿綅",
- "navigationBarBackgroundColor":"white",
- "enablePullDownRefresh": true
- }
- }
- ,{
- "path" : "pages/addCar/addCar",
- "style" : {
- "navigationBarTitleText":"娣诲姞杞﹁締",
- "navigationBarBackgroundColor":"white"
- }
- }
- ,{
- "path" : "pages/myCarList/myCarList",
- "style" : {
- "navigationStyle":"custom"
- }
- }
- ,{
- "path" : "pages/gaode/gaode",
- "style" : {
- "navigationStyle":"custom"
- }
- }
- ,{
- "path" : "pages/login/login",
- "style" : {
- "navigationBarTitleText":"鐧诲綍",
- "navigationBarBackgroundColor":"white"
- }
- }
- ,{
- "path" : "pages/myCarListShow/myCarListShow",
- "style" : {
- "navigationStyle":"custom"
- }
- }
- // ,{
- // "path" : "pages/parkDetail/parkDetail",
- // "style" : {
- // "navigationBarTitleText":"杞﹀簱璇︽儏",
- // "navigationBarBackgroundColor":"white"
- // }
- // }
- ,{
- "path" : "pages/parkInfo/parkInfo",
- "style" : {
- "navigationBarTitleText":"杞﹀簱璇︽儏",
- "navigationBarBackgroundColor":"white",
- "enablePullDownRefresh": true
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
+{
+ "pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationStyle":"custom",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/mine/mine",
+ "style": {
+ "navigationStyle":"custom"
+ }
+ }
+ ,{
+ "path" : "pages/parking/parking",
+ "style" : {
+ "navigationBarTitleText":"鎵惧仠杞︿綅",
+ "navigationBarBackgroundColor":"white",
+ "enablePullDownRefresh": true
+ }
+ }
+ ,{
+ "path" : "pages/addCar/addCar",
+ "style" : {
+ "navigationBarTitleText":"娣诲姞杞﹁締",
+ "navigationBarBackgroundColor":"white"
+ }
+ }
+ ,{
+ "path" : "pages/myCarList/myCarList",
+ "style" : {
+ "navigationStyle":"custom"
+ }
+ }
+ ,{
+ "path" : "pages/gaode/gaode",
+ "style" : {
+ "navigationStyle":"custom"
+ }
+ }
+ ,{
+ "path" : "pages/login/login",
+ "style" : {
+ "navigationBarTitleText":"鐧诲綍",
+ "navigationBarBackgroundColor":"white"
+ }
+ }
+ ,{
+ "path" : "pages/myCarListShow/myCarListShow",
+ "style" : {
+ "navigationStyle":"custom"
+ }
+ }
+ // ,{
+ // "path" : "pages/parkDetail/parkDetail",
+ // "style" : {
+ // "navigationBarTitleText":"杞﹀簱璇︽儏",
+ // "navigationBarBackgroundColor":"white"
+ // }
+ // }
+ ,{
+ "path" : "pages/parkInfo/parkInfo",
+ "style" : {
+ "navigationBarTitleText":"杞﹀簱璇︽儏",
+ "navigationBarBackgroundColor":"white",
+ "enablePullDownRefresh": true
+ }
+ }
+ ],
+ "globalStyle": {
+ "navigationBarTextStyle": "black",
+ "navigationBarTitleText": "uni-app",
+ "navigationBarBackgroundColor": "#F8F8F8",
+ "backgroundColor": "#F8F8F8"
+ }
}
--
Gitblit v1.8.0