|
@@ -1,63 +1,65 @@
|
|
|
{
|
|
|
- "usingComponents": {
|
|
|
- "van-button": "@vant/weapp/button/index",
|
|
|
- "van-cell": "@vant/weapp/cell/index",
|
|
|
- "van-cell-group": "@vant/weapp/cell-group/index",
|
|
|
- "van-image": "@vant/weapp/image/index",
|
|
|
- "van-loading": "@vant/weapp/loading/index",
|
|
|
- "van-icon": "@vant/weapp/icon/index",
|
|
|
- "van-field": "@vant/weapp/field/index",
|
|
|
- "van-toast": "@vant/weapp/toast/index"
|
|
|
- },
|
|
|
- "pages": [
|
|
|
- "pages/home/home",
|
|
|
- "pages/classify/classify",
|
|
|
- "pages/append/append",
|
|
|
- "pages/message/message",
|
|
|
- "pages/user/user",
|
|
|
- "pages/userchange/userchange"
|
|
|
- ],
|
|
|
- "window": {
|
|
|
- "backgroundTextStyle": "light",
|
|
|
- "navigationBarBackgroundColor": "#fff",
|
|
|
- "navigationBarTitleText": "Weixin",
|
|
|
- "navigationBarTextStyle": "black"
|
|
|
- },
|
|
|
- "networkTimeout": {
|
|
|
- "request": 1000000,
|
|
|
- "connectSocket": 100000,
|
|
|
- "uploadFile": 100000,
|
|
|
- "downloadFile": 100000
|
|
|
- },
|
|
|
- "tabBar": {
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "pagePath": "pages/home/home",
|
|
|
- "iconPath": "/assets/tabBar_img/home.png",
|
|
|
- "selectedIconPath": "/assets/tabBar_img/home-active.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/classify/classify",
|
|
|
- "iconPath": "/assets/tabBar_img/classify.png",
|
|
|
- "selectedIconPath": "/assets/tabBar_img/classify-active.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/append/append",
|
|
|
- "iconPath": "/assets/tabBar_img/append.png",
|
|
|
- "selectedIconPath": "/assets/tabBar_img/append-active.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/message/message",
|
|
|
- "iconPath": "/assets/tabBar_img/message.png",
|
|
|
- "selectedIconPath": "/assets/tabBar_img/message-active.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/user/user",
|
|
|
- "iconPath": "/assets/tabBar_img/user.png",
|
|
|
- "selectedIconPath": "/assets/tabBar_img/user-active.png"
|
|
|
- }
|
|
|
+ "usingComponents": {
|
|
|
+ "van-button": "@vant/weapp/button/index",
|
|
|
+ "van-cell": "@vant/weapp/cell/index",
|
|
|
+ "van-cell-group": "@vant/weapp/cell-group/index",
|
|
|
+ "van-image": "@vant/weapp/image/index",
|
|
|
+ "van-loading": "@vant/weapp/loading/index",
|
|
|
+ "van-icon": "@vant/weapp/icon/index",
|
|
|
+ "van-field": "@vant/weapp/field/index",
|
|
|
+ "van-toast": "@vant/weapp/toast/index"
|
|
|
+ },
|
|
|
+ "pages": [
|
|
|
+ "pages/home/home",
|
|
|
+ "pages/classify/classify",
|
|
|
+ "pages/append/append",
|
|
|
+ "pages/message/message",
|
|
|
+ "pages/user/user",
|
|
|
+ "pages/userchange/userchange",
|
|
|
+ "pages/myOrder/myOrder",
|
|
|
+ "pages/register/register"
|
|
|
],
|
|
|
- "borderStyle": "white"
|
|
|
- },
|
|
|
- "sitemapLocation": "sitemap.json"
|
|
|
-}
|
|
|
+ "window": {
|
|
|
+ "backgroundTextStyle": "light",
|
|
|
+ "navigationBarBackgroundColor": "#fff",
|
|
|
+ "navigationBarTitleText": "Weixin",
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
+ },
|
|
|
+ "networkTimeout": {
|
|
|
+ "request": 1000000,
|
|
|
+ "connectSocket": 100000,
|
|
|
+ "uploadFile": 100000,
|
|
|
+ "downloadFile": 100000
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/home/home",
|
|
|
+ "iconPath": "/assets/tabBar_img/home.png",
|
|
|
+ "selectedIconPath": "/assets/tabBar_img/home-active.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/classify/classify",
|
|
|
+ "iconPath": "/assets/tabBar_img/classify.png",
|
|
|
+ "selectedIconPath": "/assets/tabBar_img/classify-active.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/append/append",
|
|
|
+ "iconPath": "/assets/tabBar_img/append.png",
|
|
|
+ "selectedIconPath": "/assets/tabBar_img/append-active.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/message/message",
|
|
|
+ "iconPath": "/assets/tabBar_img/message.png",
|
|
|
+ "selectedIconPath": "/assets/tabBar_img/message-active.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/user/user",
|
|
|
+ "iconPath": "/assets/tabBar_img/user.png",
|
|
|
+ "selectedIconPath": "/assets/tabBar_img/user-active.png"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "borderStyle": "white"
|
|
|
+ },
|
|
|
+ "sitemapLocation": "sitemap.json"
|
|
|
+}
|