From 2f6f9f8bcaf89419adbcce2b2f7fd690ec59aded Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Fri, 1 Jul 2022 16:56:32 +0800 Subject: [PATCH] :fire: fix:bgs --- src/api/platform/core/controller/user.ts | 2 +- src/components/AMap/src/TaskModal.vue | 83 +++++++++++++++++++-- src/components/AMap/src/map.data.ts | 76 ++++++++++++++++--- src/views/institution/doctor/doctor.data.ts | 37 +++++---- src/views/institution/office/office.data.ts | 31 +++++--- 5 files changed, 181 insertions(+), 48 deletions(-) diff --git a/src/api/platform/core/controller/user.ts b/src/api/platform/core/controller/user.ts index 60bcd78..bb23875 100644 --- a/src/api/platform/core/controller/user.ts +++ b/src/api/platform/core/controller/user.ts @@ -21,7 +21,7 @@ enum Api { /** 用户登录接口 */ export const login = (params: LoginParams, options?: boolean | RequestOptions) => { - // 非对称密钥ASE加密处理 + // 非对称密钥AES加密处理 const user = encryptionLogin({ data: params, key: globSetting.gatewayAseEncodeSecret, diff --git a/src/components/AMap/src/TaskModal.vue b/src/components/AMap/src/TaskModal.vue index ddeab65..7a166ee 100644 --- a/src/components/AMap/src/TaskModal.vue +++ b/src/components/AMap/src/TaskModal.vue @@ -1,7 +1,6 @@ -