From 7d5e89333ce7a005bb5f1f17d647cb8f1fdc0cbf Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Tue, 11 Jul 2023 09:32:07 +0800 Subject: [PATCH] doctor --- src/views/doctorCheck/doctorCheck.vue | 194 +++++++++++++++++++++++ src/views/doctorCheck/sumDoctorCheck.vue | 194 +++++++++++++++++++++++ src/views/login/Login.vue | 2 +- 3 files changed, 389 insertions(+), 1 deletion(-) create mode 100644 src/views/doctorCheck/doctorCheck.vue create mode 100644 src/views/doctorCheck/sumDoctorCheck.vue diff --git a/src/views/doctorCheck/doctorCheck.vue b/src/views/doctorCheck/doctorCheck.vue new file mode 100644 index 0000000..f2ab631 --- /dev/null +++ b/src/views/doctorCheck/doctorCheck.vue @@ -0,0 +1,194 @@ + + + + \ No newline at end of file diff --git a/src/views/doctorCheck/sumDoctorCheck.vue b/src/views/doctorCheck/sumDoctorCheck.vue new file mode 100644 index 0000000..f2ab631 --- /dev/null +++ b/src/views/doctorCheck/sumDoctorCheck.vue @@ -0,0 +1,194 @@ + + + + \ No newline at end of file diff --git a/src/views/login/Login.vue b/src/views/login/Login.vue index 6379407..3f7ada3 100644 --- a/src/views/login/Login.vue +++ b/src/views/login/Login.vue @@ -81,7 +81,7 @@ export default { // }); this.$axios .post( - "http://192.168.1.108:9529/connect/token", + "http://ver.wh613.com:9529/connect/token", { client_id: "Peis_App", grant_type: "password",