From 7f722e34d6af7b07f4caa1558b5d24b7f25240cd Mon Sep 17 00:00:00 2001 From: chenhaizhao <2291973799@qq.com> Date: Fri, 19 Dec 2025 17:03:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=9D=99=E6=80=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsconfig.json | 5 ++ manifest.json | 2 +- pages.json | 2 +- pages/index/index.vue | 127 ++++++++++++++++++++++++++-- static/blood.png | Bin 0 -> 8981 bytes static/btn-back.png | Bin 0 -> 5480 bytes static/deviceManufacturer.png | Bin 0 -> 10813 bytes static/education/README.md | 0 static/education/flgwhzn.jpg | Bin 0 -> 103088 bytes static/education/fm.jpg | Bin 0 -> 102725 bytes static/education/njsdlcbxjxgjc.jpg | Bin 0 -> 114115 bytes static/education/njsshhlyd.jpg | Bin 0 -> 102170 bytes static/education/ysyyzn.jpg | Bin 0 -> 102587 bytes static/health_assessment.png | Bin 0 -> 5989 bytes static/health_plan_overview.png | Bin 0 -> 8830 bytes static/health_record.png | Bin 0 -> 4705 bytes static/hospital.png | Bin 0 -> 4000 bytes static/id.png | Bin 0 -> 7098 bytes static/logo.png | Bin 4023 -> 151335 bytes static/msg.png | Bin 0 -> 14464 bytes static/p.png | Bin 0 -> 1028 bytes static/patient.png | Bin 0 -> 5347 bytes static/phone.png | Bin 0 -> 13441 bytes static/ss.png | Bin 0 -> 5319 bytes static/tongji.png | Bin 0 -> 12142 bytes static/xuanjiao.png | Bin 0 -> 5912 bytes vue-global-types.d.ts | 131 +++++++++++++++++++++++++++++ 27 files changed, 258 insertions(+), 9 deletions(-) create mode 100644 jsconfig.json create mode 100644 static/blood.png create mode 100644 static/btn-back.png create mode 100644 static/deviceManufacturer.png create mode 100644 static/education/README.md create mode 100644 static/education/flgwhzn.jpg create mode 100644 static/education/fm.jpg create mode 100644 static/education/njsdlcbxjxgjc.jpg create mode 100644 static/education/njsshhlyd.jpg create mode 100644 static/education/ysyyzn.jpg create mode 100644 static/health_assessment.png create mode 100644 static/health_plan_overview.png create mode 100644 static/health_record.png create mode 100644 static/hospital.png create mode 100644 static/id.png create mode 100644 static/msg.png create mode 100644 static/p.png create mode 100644 static/patient.png create mode 100644 static/phone.png create mode 100644 static/ss.png create mode 100644 static/tongji.png create mode 100644 static/xuanjiao.png create mode 100644 vue-global-types.d.ts diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..2f59811 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,5 @@ +{ + "vueCompilerOptions": { + "globalTypesPath": "./vue-global-types.d.ts" + } +} \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2562764..aeaf10a 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "", + "appid" : "wxb723fd3b6f9b1481", "setting" : { "urlCheck" : false }, diff --git a/pages.json b/pages.json index f81acdd..4f99b46 100644 --- a/pages.json +++ b/pages.json @@ -10,7 +10,7 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "uni-app" + "navigationBarTitleText": "个人中心" } } ], diff --git a/pages/index/index.vue b/pages/index/index.vue index 39e81bd..19df931 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,7 +1,14 @@