diff --git a/pages.json b/pages.json index f71795b..aa5951c 100644 --- a/pages.json +++ b/pages.json @@ -24,11 +24,32 @@ { "navigationBarTitleText" : "个人中心" } + }, + { + "path" : "pages/index/hospital", + "style" : + { + "navigationBarTitleText" : "医德征求意见(院外)" + } + }, + { + "path" : "pages/index/hospital_nei", + "style" : + { + "navigationBarTitleText" : "医德征求意见(院内)" + } + }, + { + "path" : "pages/index/user_license", + "style" : + { + "navigationBarTitleText" : "清廉执照" + } } ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "医风医德举报受理", + "navigationBarTitleText": "医风医德考评系统", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { diff --git a/pages/index/hospital.vue b/pages/index/hospital.vue new file mode 100644 index 0000000..28b8483 --- /dev/null +++ b/pages/index/hospital.vue @@ -0,0 +1,387 @@ +