123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- {
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- }
- ,{
- "path" : "pages/updateUserInfo/index",
- "style" :
- {
- "navigationBarTitleText": "编辑",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "views/doctorItems/updateDoctorInfo/index",
- "style": {
- "navigationBarTitleText": "补充资料"
- }
-
- }
- ,{
- "path" : "views/record/index",
- "style" :
- {
- "navigationBarTitleText": "记录"
- }
-
- }
- ,{
- "path" : "pages/myCenter/index",
- "style" :
- {
- "navigationBarTitleText": "我的"
- }
- }
- ,{
- "path": "pages/register/index",
- "style": {
- "navigationBarTitleText": "注册"
- }
- }
- ,{
- "path": "views/toRegister/index",
- "style": {
- "navigationBarTitleText": "去注册"
- }
- }
- ,{
- "path": "views/patientItems/search/index",
- "style": {
- "navigationBarTitleText": "AI诊断"
- }
- },
- {
- "path": "views/patientItems/diagnose/index",
- "style": {
- "navigationBarTitleText": "AI诊断"
- }
- }
- ,{
- "path": "views/patientItems/recommend/index",
- "style": {
- "navigationBarTitleText": "智能推荐"
- }
- }
- ,{
- "path": "views/patientItems/doctorInfo/index",
- "style": {
- "navigationBarTitleText": "医生简介"
- }
- }
- ,{
- "path": "views/patientItems/order/index",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- }
- ,{
- "path": "views/doctorItems/index/index",
- "style": {
- "navigationBarTitleText": "诊断"
- }
- }
- ,{
- "path": "views/detail/index",
- "style": {
- "navigationBarTitleText": "详情"
- }
- }
- ,{
- "path": "views/doctorItems/therapy/index",
- "style": {
- "navigationBarTitleText": "治疗"
- }
- }
- ,{
- "path": "views/doctorItems/createPatient/index",
- "style": {
- "navigationBarTitleText": "新建治疗"
- }
- }
- ,{
- "path": "views/doctorItems/article/index",
- "style": {
- "navigationBarTitleText": "文章"
- }
- }
- ,{
- "path": "pages/components/index",
- "style": {
- "navigationBarTitleText": "组件"
- }
- }
- ,{
- "path" : "views/IM/index/index",
- "style" :
- {
- "navigationBarTitleText": "咨询室",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "views/test/index",
- "style" :
- {
- "navigationBarTitleText": "测试",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "views/doctorItems/subsequentVisitSubmit/subsequentVisitSubmit",
- "style" :
- {
- "navigationBarTitleText": "复诊",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "有趣的灵魂百里挑一",
- "navigationBarBackgroundColor": "#3384FF"
- },
- "tabBar":{
- "custom":true,
- "color":"#99999",
- "selectedColor":"#3384ff",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/index.png",
- "selectedIconPath": "static/tabBar/indexEd.png",
- "text": "首页"
- }, {
- "pagePath": "views/record/index",
- "iconPath": "static/tabBar/record.png",
- "selectedIconPath": "static/tabBar/recordEd.png",
- "text": "记录"
- },
- {
- "pagePath": "pages/myCenter/index",
- "iconPath": "static/tabBar/mine.png",
- "selectedIconPath": "static/tabBar/mineEd.png",
- "text": "我的"
- }]
- }
- }
|