123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "pages": [
- "pages/index/index",
- "pages/course/course",
- "pages/mystudy/mystudy",
- "pages/accounts/accounts",
- "pages/other/other",
- "pages/other/template",
- "pages/logs/logs",
- "pages/detailF22B/index",
- "pages/detailF25/index",
- "pages/detailG22/index",
- "pages/detailG23/index",
- "pages/detailK20/index",
- "pages/detailS22/index",
- "pages/detail/detail"
- ],
- "window": {
- "backgroundColor": "#31a030",
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "杭州任联科技",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#666",
- "selectedColor": "#31a030",
- "backgroundColor": "#FFF",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "images/tab_index1.png",
- "selectedIconPath": "images/tab_index2.png"
- },
- {
- "pagePath": "pages/course/course",
- "text": "电动车产品",
- "iconPath": "images/tab_course1.png",
- "selectedIconPath": "images/tab_course2.png"
- },
- {
- "pagePath": "pages/mystudy/mystudy",
- "text": "校园产品",
- "iconPath": "images/tab_mystudy1.png",
- "selectedIconPath": "images/tab_mystudy2.png"
- },
- {
- "pagePath": "pages/accounts/accounts",
- "text": "联系我们",
- "iconPath": "images/tab_account1.png",
- "selectedIconPath": "images/tab_account2.png"
- }
- ]
- },
- "networkTimeout": {
- "request": 10000,
- "downloadFile": 10000
- },
- "debug": true,
- "sitemapLocation": "sitemap.json"
- }
|