浏览代码

商户审核,活动审核,修改密码

hmp 4 年之前
父节点
当前提交
b5145732d0
共有 1 个文件被更改,包括 19 次插入1 次删除
  1. 19 1
      pages.json

+ 19 - 1
pages.json

@@ -162,10 +162,28 @@
             }
             
         }
+        ,{
+            "path" : "pages/image-cropper/image-cropper",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "图片裁剪",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+        ,{
+            "path" : "pages/webView/webView",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
     ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "uni-app",
+		"navigationBarTitleText": " ",
 		"navigationBarBackgroundColor": "#FFFFFF",
 		"backgroundColor": "#F8F8F8"
 	}