123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/control/index",
- "style": {
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true,
- "backgroundColor": "#ffffff",
- "backgroundColorBottom": "#ffffff",
- "backgroundColorTop": "#ffffff",
- "app-plus": {
- "titleNView": false
- }
- }
-
- },{
- "path": "pages/login/login",
- "style": {
- "app-plus": {
- "navigationBarTextStyle": "black",
- "titleNView": false
- }
- }
- }, {
- "path": "pages/login/forget",
- "style": {
- "navigationBarTitleText": "找回密码",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "black",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#ffffff"
- }
- }
- }
- }, {
- "path": "pages/login/register",
- "style": {
- "navigationBarTitleText": "注册",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "black",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#ffffff"
- }
- }
- }
- }
- , {
- "path": "pages/control/form",
- "style": {
- "titleNView": false,
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"新增设备",
- "enablePullDownRefresh": false,
- "backgroundColor": "#26a495",
- "backgroundColorBottom": "#26a495",
- "backgroundColorTop": "#26a495",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#26a495"
- }
- }
- }
- }, {
- "path": "pages/control/timing",
- "style": {
- "titleNView": false,
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"定时设置",
- "enablePullDownRefresh": false,
- "backgroundColor": "#26a495",
- "backgroundColorBottom": "#26a495",
- "backgroundColorTop": "#26a495",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#26a495"
- }
- }
- }
- }, {
- "path": "pages/control/stat",
- "style": {
- "titleNView": false,
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"月度统计",
- "enablePullDownRefresh": false,
- "backgroundColor": "#26a495",
- "backgroundColorBottom": "#26a495",
- "backgroundColorTop": "#26a495",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#26a495"
- }
- }
- }
- }, {
- "path": "pages/control/statDay",
- "style": {
- "titleNView": false,
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"每日用时",
- "enablePullDownRefresh": false,
- "backgroundColor": "#26a495",
- "backgroundColorBottom": "#26a495",
- "backgroundColorTop": "#26a495",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#26a495"
- }
- }
- }
- }
- ],
- "globalStyle": {
- "app-plus": {}
- }
- }
|