97 lines
1.8 KiB
JSON
97 lines
1.8 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "uni-app"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/userinfo",
|
|
"style": {
|
|
"navigationBarTitleText": "个人资料"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/video",
|
|
"style": {
|
|
"navigationBarTitleText": "甄养堂"
|
|
}
|
|
},
|
|
{
|
|
"path": "TUICallKit/src/Components/TUICallKit",
|
|
"style": {
|
|
"navigationBarTitleText": "视频面诊",
|
|
"navigationBarHidden": true,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/monad/monad",
|
|
"style": {
|
|
"navigationBarTitleText": "诊单确认"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/user",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/Card/Card",
|
|
"style": {
|
|
"navigationBarTitleText": "就诊卡"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/Card/edit_card",
|
|
"style": {
|
|
"navigationBarTitleText": "修改就诊卡"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "TUIKit",
|
|
"pages": [
|
|
{
|
|
"path": "pages/chat/chat",
|
|
"style": {
|
|
"navigationBarTitleText": "聊天"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#3cc51f",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "/static/user/home.png",
|
|
"selectedIconPath": "/static/user/home_no.png",
|
|
"text": "首页"
|
|
},{
|
|
"pagePath": "pages/user/user",
|
|
"iconPath": "/static/user/user.png",
|
|
"selectedIconPath": "/static/user/user_no.png",
|
|
"text": "我的"
|
|
}]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "甄养堂",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
}
|