diff --git a/.env.localhost b/.env.localhost index dd49388..d8e7453 100644 --- a/.env.localhost +++ b/.env.localhost @@ -1,5 +1,6 @@ MP_API_BASE_URL=http://localhost:8080 +MP_IMAGE_URL=https://patient.youcan365.com MP_CACHE_PREFIX=development MP_WX_APP_ID=wx93af55767423938e MP_CORP_ID=wwe3fb2faa52cf9dfb -MP_TIM_SDK_APP_ID=1600072268 +MP_TIM_SDK_APP_ID=1600123876 diff --git a/pages.json b/pages.json index f0cb7a0..203a112 100644 --- a/pages.json +++ b/pages.json @@ -6,6 +6,12 @@ "navigationBarTitleText": "消息" } }, + { + "path": "pages/login/redirect-page", + "style": { + "navigationBarTitleText": "登录" + } + }, { "path": "pages/message/common-phrases", "style": { @@ -202,13 +208,43 @@ { "path": "pages/login/login", "style": { - "navigationBarTitleText": "登录" + "navigationBarTitleText": "授权登录" } }, { - "path": "pages/login/redirect-page", + "path": "pages/work/team/invite/invite-patient", "style": { - "navigationBarTitleText": "登录" + "navigationBarTitleText": "邀请患者" + } + }, + { + "path": "pages/work/team/invite/invite-teammate", + "style": { + "navigationBarTitleText": "邀请成员" + } + }, + { + "path": "pages/work/team/list/team-list", + "style": { + "navigationBarTitleText": "我的团队" + } + }, + { + "path": "pages/work/team/edit/team-edit", + "style": { + "navigationBarTitleText": "修改团队信息" + } + }, + { + "path": "pages/work/team/detail/team-detail", + "style": { + "navigationBarTitleText": "团队信息" + } + }, + { + "path": "pages/work/service/contact-service", + "style": { + "navigationBarTitleText": "联系企微客服" } } ], diff --git a/pages/message/components/consult-accept.vue b/pages/message/components/consult-accept.vue index c593baa..a32bec6 100644 --- a/pages/message/components/consult-accept.vue +++ b/pages/message/components/consult-accept.vue @@ -13,7 +13,6 @@ + \ No newline at end of file diff --git a/pages/work/team/edit/team-edit.vue b/pages/work/team/edit/team-edit.vue new file mode 100644 index 0000000..93e5cd7 --- /dev/null +++ b/pages/work/team/edit/team-edit.vue @@ -0,0 +1,106 @@ +