| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "pages":[
- "pages/home/home",
- "pages/index/index",
- "pages/logs/logs",
- "pages/query/query",
- "pages/workbench/workbench",
- "pages/my/my"
- ],
- "window":{
- "backgroundTextStyle":"light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "冷链追溯系统",
- "navigationBarTextStyle":"black"
- },
- "tabBar": {
- "list": [{
- "pagePath": "pages/home/home",
- "text": "首页"
- }, {
- "pagePath": "pages/query/query",
- "iconPath":"",
- "text": "查询"
- }
- , {
- "pagePath":"pages/workbench/workbench",
- "iconPath":"",
- "text": "工作台"
- }
- , {
- "pagePath":"pages/my/my",
- "iconPath":"",
- "text": "我的"
- }]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于定位效果展示"
- }
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|