diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..2133616 --- /dev/null +++ b/.env.production @@ -0,0 +1,10 @@ +MP_API_BASE_URL=https://ykt.youcan365.com +MP_IMAGE_URL=https://ykt.youcan365.com +MP_CACHE_PREFIX=production +MP_WX_APP_ID=wx1d8337a40c11d66c +MP_CORP_ID=wpLgjyawAA8N0gWmXgyJq8wpjGcOT7fg +MP_TIM_SDK_APP_ID=1600123876 +MP_INVITE_TEAMMATE_QRCODE=https://www.youcan365.com/invite-teammate +MP_INVITE_PATIENT_QRCODE=https://www.youcan365.com/invite-patient +MP_PATIENT_PAGE_BASE_URL= 'https://www.youcan365.com/h5/#/' +MP_SURVEY_URL= 'https://www.youcan365.com/surveyDev/#/pages/survey/survey' diff --git a/components/full-page.vue b/components/full-page.vue index 4453441..266b36f 100644 --- a/components/full-page.vue +++ b/components/full-page.vue @@ -22,7 +22,7 @@ - + diff --git a/package.json b/package.json index c1c3bdf..0a76c7f 100644 --- a/package.json +++ b/package.json @@ -1,40 +1,46 @@ -{ - "name": "ykt-wxapp", - "version": "1.0.0", - "description": "", - "main": "main.js", - "scripts": { - "prebuild": "node scripts/pre-build.js", - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "ISC", - "dependencies": { - "dayjs": "^1.11.10", - "tim-upload-plugin": "^1.4.2", - "tim-wx-sdk": "^2.27.6" - }, - "uni-app": { - "scripts": { - "dev": { - "title": "测试", - "env": { - "UNI_PLATFORM": "mp-weixin" - } - }, - "localhost": { - "title": "本地", - "env": { - "UNI_PLATFORM": "mp-weixin" - } - }, - "ip": { - "title": "本机ip", - "env": { - "UNI_PLATFORM": "mp-weixin" - } - } - } - }, - "devDependencies": {} +{ + "name": "ykt-wxapp", + "version": "1.0.0", + "description": "", + "main": "main.js", + "scripts": { + "prebuild": "node scripts/pre-build.js", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "dayjs": "^1.11.10", + "tim-upload-plugin": "^1.4.2", + "tim-wx-sdk": "^2.27.6" + }, + "uni-app": { + "scripts": { + "dev": { + "title": "测试", + "env": { + "UNI_PLATFORM": "mp-weixin" + } + }, + "localhost": { + "title": "本地", + "env": { + "UNI_PLATFORM": "mp-weixin" + } + }, + "pro": { + "title": "线上", + "env": { + "UNI_PLATFORM": "mp-weixin" + } + }, + "ip": { + "title": "本机ip", + "env": { + "UNI_PLATFORM": "mp-weixin" + } + } + } + }, + "devDependencies": {} } \ No newline at end of file diff --git a/pages.json b/pages.json index 4cf1292..3adcb4e 100644 --- a/pages.json +++ b/pages.json @@ -12,6 +12,12 @@ "navigationBarTitleText": "登录" } }, + { + "path": "pages/login/agreement", + "style": { + "navigationBarTitleText": "" + } + }, { "path": "pages/home/work-home", "style": { @@ -238,6 +244,12 @@ "navigationBarTitleText": "添加病历" } }, + { + "path": "ai-medical-case-form", + "style": { + "navigationBarTitleText": "添加病历" + } + }, { "path": "service-record-detail", "style": { diff --git a/pages/case/ai-medical-case-form.vue b/pages/case/ai-medical-case-form.vue new file mode 100644 index 0000000..5a09324 --- /dev/null +++ b/pages/case/ai-medical-case-form.vue @@ -0,0 +1,480 @@ +