From 7c4017a5f9e6616f973f7b345143539792d7ff4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cgrape=E2=80=9D?= <18746553572@163.com> Date: Fri, 2 Sep 2022 13:27:00 +0800 Subject: [PATCH] 9/2 --- .env.dev | 3 + .env.local.bak | 2 + .env.prod | 1 + src/components/common/CardPottom.vue | 36 +++- src/constants/api/login/login-mgt.api.ts | 1 + src/constants/api/login/regist-mgt.api.ts | 3 +- src/router/workbench.routing.ts | 16 ++ src/views/authentication/LoginByID.vue | 6 +- src/views/authentication/LoginView.vue | 65 ++++--- src/views/login/ForgetPassView.vue | 22 ++- src/views/login/Register.vue | 17 +- src/views/main/Main.vue | 7 +- src/views/main/MainView.vue | 2 +- src/views/recognition/Intention.vue | 214 ++++++++++++++++------ src/views/workbench/AccommodMain.vue | 2 +- src/views/workbench/PersonLod.vue | 45 +++-- src/views/workbench/modifyInfo.vue | 99 ++++++++++ src/views/workbench/modifyPassword.vue | 137 ++++++++++++++ 18 files changed, 565 insertions(+), 113 deletions(-) create mode 100644 src/views/workbench/modifyInfo.vue create mode 100644 src/views/workbench/modifyPassword.vue diff --git a/.env.dev b/.env.dev index c4b9ffb..d0fe90c 100644 --- a/.env.dev +++ b/.env.dev @@ -1,3 +1,4 @@ +VUE_APP_BASE_API = http://10.0.2.248:9165/online-financial-service/api/v1/cust-info/permit_endpoint // 编译环境 NODE_ENV=production PRODUCTION_TIP=false @@ -20,3 +21,5 @@ VUE_APP_MS_APPLICATION_API = http://15.1.48.21:9140/ms-application VUE_APP_QL_FORM_API = http://152.136.68.93:9018/ms-qing-long/api/v1/des-cache-info/permit_endpoint/query-cacheversion-by-appid-cachetype // 启动网关 (on | off) VUE_APP_ENABLE_GATEWAY = off + + diff --git a/.env.local.bak b/.env.local.bak index 269f214..2eaed9a 100644 --- a/.env.local.bak +++ b/.env.local.bak @@ -14,7 +14,9 @@ VUE_APP_MS_GATEWAY_API = http://82.157.46.222:9140/ms-gateway // 业务服务 VUE_APP_MS_AUTH_API = http://82.157.46.222:9125/ms-auth VUE_APP_MS_SYSTEM_API = http://localhost:9130/ms-system + // 第三方服务 VUE_APP_QL_FORM_API = http://152.136.68.93:9018/ms-qing-long/api/v1/des-cache-info/permit_endpoint/query-cacheversion-by-appid-cachetype // 启动网关 (on | off) VUE_APP_ENABLE_GATEWAY = off +VUE_APP_BASE_API = http://10.0.2.248:9165/online-financial-service/api/v1/cust-info/permit_endpoint diff --git a/.env.prod b/.env.prod index 852290b..6f0ffab 100644 --- a/.env.prod +++ b/.env.prod @@ -17,3 +17,4 @@ VUE_APP_MS_SYSTEM_API = http://82.157.46.222:9130/ms-system VUE_APP_MS_APPLICATION_API = http://82.157.46.222:9130/ms-application // 启动网关 (on | off) VUE_APP_ENABLE_GATEWAY = off +VUE_APP_BASE_API = http://10.0.2.248:9165/online-financial-service/api/v1/cust-info/permit_endpoint diff --git a/src/components/common/CardPottom.vue b/src/components/common/CardPottom.vue index 6a2a204..594714f 100644 --- a/src/components/common/CardPottom.vue +++ b/src/components/common/CardPottom.vue @@ -12,10 +12,16 @@
- 合同累计金额(元) + 合同累计金额(元) + + + + + + - 100,000,00 + @@ -30,6 +30,7 @@ + 密码 - + - -
diff --git a/src/views/main/MainView.vue b/src/views/main/MainView.vue index c20aab7..35e828d 100644 --- a/src/views/main/MainView.vue +++ b/src/views/main/MainView.vue @@ -7,7 +7,7 @@ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE -->