12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "pages": [
- "pages/login/login",
- "pages/index/index",
- "pages/bluetooth/bluetooth",
- "pages/mine/mine",
- "pages/lock-test/lock-test",
- "pages/cat-eye-test/cat-eye-test",
- "pages/upload-face/upload-face",
- "pages/try/try",
- "pages/tabbar/room/room",
- "pages/tabbar/gateway/gateway",
- "pages/tabbar/index/index",
- "pages/tabbar/Bluetooth/Bluetooth",
- "pages/tabbar/mine/mine",
- "pages/add-project/add-project",
- "pages/project-list/project-list",
- "pages/door-lock-module/door-lock-module"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#1296db",
- "backgroundColor": "#38253b"
- },
- "tabBar": {
- "selectedColor": "#1296db",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/home_select.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/bluetooth/bluetooth",
- "iconPath": "static/bluetooth (1).png",
- "selectedIconPath": "static/bluetooth_select.png",
- "text": "设备"
- },
- {
- "pagePath": "pages/mine/mine",
- "iconPath": "static/mine.png",
- "selectedIconPath": "static/mine_select.png",
- "text": "我的"
- }
- ]
- },
- "lazyCodeLoading": "requiredComponents",
- "usingComponents": {}
- }
|