124 lines
2.1 KiB
JSON
124 lines
2.1 KiB
JSON
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/index/detail",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/login/forget",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/login/register",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/device/device",
|
|
"style": {}
|
|
},
|
|
// {
|
|
// "path": "pages/device/adddevice",
|
|
// "style": {}
|
|
// },
|
|
{
|
|
"path": "pages/my/my",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path": "pages/login/explain",
|
|
"style": {}
|
|
},
|
|
{
|
|
"path" : "pages/index/echarts",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/only_test/only_test",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/only_test/ot1",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/only_test/ot2",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/detail_info",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/only_test/ot3",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/only_test/ot5",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
|
|
{
|
|
"path" : "pages/index/sleep_info",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/index/body_info",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
}
|
|
],
|
|
// "tabBar": {
|
|
// "list": [{
|
|
// "pagePath": "pages/index/index",
|
|
// "text": "首页",
|
|
// "iconPath": "static/logo.png",
|
|
// "selectedIconPath": "static/logo.png"
|
|
// }, {
|
|
// "pagePath": "pages/my/my",
|
|
// "text": "我的",
|
|
// "iconPath": "static/logo.png",
|
|
// "selectedIconPath": "static/logo.png"
|
|
// }]
|
|
// },
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "中鼎云医",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"navigationStyle": "custom"
|
|
}
|
|
} |