12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "entryPagePath": "pages/login/login",
- "pages": [
- "pages/index/index",
- "pages/login/login",
- "pages/user/index"
- ],
- "subPackages": [
- {
- "root": "pages/modules/",
- "pages": [
- "pages/setting/setting",
- "pages/staffquery/staffquery",
- "pages/vehicle/vehicle",
- "pages/xfj-xj/xfj-xj"
- ]
- }
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#3296ff",
- "navigationBarTitleText": "鲁泰智能安防",
- "navigationBarTextStyle": "white"
- },
- "networkTimeout": {
- "request": 60000,
- "connectSocket": 60000,
- "uploadFile": 60000,
- "downloadFile": 60000
- },
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "image/home1.png",
- "selectedIconPath": "image/home2.png"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "image/user1.png",
- "selectedIconPath": "image/user2.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|