123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "pages":[
- "pages/index/index",
- "pages/add/index",
- "pages/login/index"
- ],
- "tabBar": {
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "./assets/tabber/menu.png",
- "selectedIconPath": "./assets/tabber/menu_copy.png"
- },
- {
- "pagePath": "pages/add/index",
- "text":"新增填报",
- "iconPath": "./assets/tabber/add.png",
- "selectedIconPath": "./assets/tabber/add_copy.png"
- },
- {
- "pagePath": "pages/login/index",
- "text":"我的",
- "iconPath": "./assets/tabber/my.png",
- "selectedIconPath": "./assets/tabber/my_copy.png"
- }
- ],
- "color": "#fff",
- "selectedColor": "#1296db",
- "backgroundColor": "#333"
- },
- "window":{
- "backgroundTextStyle":"light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "金融小程序",
- "navigationBarTextStyle":"white",
- "navigationStyle": "custom"
- },
- "usingComponents": {
- "cu-custom": "/colorui/components/cu-custom"
- },
- "sitemapLocation": "sitemap.json"
- }
|