123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path" : "pages/deal/deal",
- "style" :
- {
- // "navigationBarTitleText": "账号交易",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
-
- }
-
- },
-
- {
- "path": "pages/index/index",
- "style": {
- // "navigationBarTitleText": "简图速览",
- "navigationStyle": "custom"
-
- }
- },
- {
- "path": "pages/index/index_new",
- "style": {
- // "navigationBarTitleText": "简图速览",
- "navigationStyle": "custom"
-
- }
- }
-
- ,{
- "path" : "pages/skip/skip",
- "style" :
- {
- // "navigationBarTitleText": "快捷跳转",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/notice/notice",
- "style" :
- {
- // "navigationBarTitleText": "公告",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/deal/productInfo",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/test/test",
- "style" :
- {
- "navigationBarTitleText": "ceshi",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/deal/product_info",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ],
- "tabBar": {
- "selectedColor": "#A5CF49",
- "color": "#999999",
- "borderStyle": "white",
- "backgroundColor": "#fff",
- "fontSize": "16px",
- "list": [
- {
- "pagePath": "pages/index/index_new",
- "text": "简图速览"
- // "selectedIconPath": "/static/icon/indexS@2x.png",
- // "iconPath": "/static/icon/index@2x.png"
- },
- {
- "pagePath": "pages/deal/deal",
- "text": "账号交易"
- // "selectedIconPath": "/static/icon/profileS@2x.png",
- // "iconPath": "/static/icon/profile@2x.png"
- },
-
- {
- "pagePath": "pages/skip/skip",
- "text": "快捷跳转"
- // "selectedIconPath": "/static/icon/profileS@2x.png",
- // "iconPath": "/static/icon/profile@2x.png"
- },
- {
- "pagePath": "pages/notice/notice",
- "text": "公告"
- // "selectedIconPath": "/static/icon/profileS@2x.png",
- // "iconPath": "/static/icon/profile@2x.png"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "uniIdRouter": {}
- }
|