|
@@ -0,0 +1,53 @@
|
|
|
+{
|
|
|
+ "pages": [
|
|
|
+ "pages/home/home",
|
|
|
+ "pages/car/car",
|
|
|
+ "pages/my/my",
|
|
|
+ "pages/detail/detail",
|
|
|
+ "pages/list/list"
|
|
|
+ ],
|
|
|
+ "window": {
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "navigationBarTitleText": "小程序",
|
|
|
+ "navigationBarBackgroundColor": "#ff0000",
|
|
|
+ "navigationStyle": "default"
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "custom": false,
|
|
|
+ "color": "#000000",
|
|
|
+ "selectedColor": "#ff0000",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/home/home",
|
|
|
+ "text": "首页",
|
|
|
+ "iconPath": "/icon/home.png",
|
|
|
+ "selectedIconPath": "/icon/home1.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/car/car",
|
|
|
+ "text": "购物车",
|
|
|
+ "iconPath": "/icon/shop.png",
|
|
|
+ "selectedIconPath": "/icon/shop1.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/my/my",
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "/icon/my.png",
|
|
|
+ "selectedIconPath": "/icon/my1.png"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "networkTimeout": {
|
|
|
+ "request": 20000,
|
|
|
+ "connectSocket": 20000,
|
|
|
+ "uploadFile": 20000,
|
|
|
+ "downloadFile": 20000
|
|
|
+ },
|
|
|
+ "usingComponents": {
|
|
|
+
|
|
|
+ },
|
|
|
+ "componentFramework": "glass-easel",
|
|
|
+ "sitemapLocation": "sitemap.json",
|
|
|
+ "lazyCodeLoading": "requiredComponents"
|
|
|
+}
|