From 313a072f069ec3d43db39183bde7d4633619f8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cgrape=E2=80=9D?= <18746553572@163.com> Date: Wed, 7 Sep 2022 18:16:33 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E5=88=A0=E9=99=A4=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 8 +++- src/constants/api/login/login-mgt.api.ts | 2 +- .../DepositInterestTrial.vue | 8 ++-- src/views/main/Main.vue | 45 ++++++++++++------- src/views/workbench/businessProgress.vue | 6 +-- 5 files changed, 44 insertions(+), 25 deletions(-) diff --git a/.env.dev b/.env.dev index aa76a07..08e067f 100644 --- a/.env.dev +++ b/.env.dev @@ -21,7 +21,13 @@ 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 -VUE_APP_BASE_API = http://10.2.3.118:9165/online-financial-service/api/v1/cust-info/permit_endpoint + +VUE_APP_AUTH_API = http://10.0.3.144:9165/online-financial-service/api/v1/cust-info/permit_endpoint +VUE_APP_SYS_API = http://10.2.3.118:9165/online-financial-service/api/v1/cust-info/permit_endpoint +VUE_APP_ONLINE_API = http://10.2.3.118:9165/online-financial-service/api/v1/cust-info/permit_endpoint + +//http://10.0.3.144:9165/online-financial-service/api/v1/cust-info/permit_endpointy +//服务器http://10.2.3.118:9165/online-financial-service/api/v1/cust-info/permit_endpoint diff --git a/src/constants/api/login/login-mgt.api.ts b/src/constants/api/login/login-mgt.api.ts index 84f72fe..c2dddeb 100644 --- a/src/constants/api/login/login-mgt.api.ts +++ b/src/constants/api/login/login-mgt.api.ts @@ -9,7 +9,7 @@ import { MethodType } from "@/constants/enum/general/method-type.enum"; import { HeaderType } from "@/constants/enum/general/header-type.enum"; // const prefix = "http://10.0.2.248:9165/online-financial-service/api/v1/cust-info/permit_endpoint" -const prefix = process.env.VUE_APP_BASE_API; +const prefix = process.env.VUE_APP_AUTH_API; // const prefix = "http://10.0.3.144:9165/online-financial-service/api/v1/cust-info/permit_endpoint" diff --git a/src/views/DepositInterestTrial/DepositInterestTrial.vue b/src/views/DepositInterestTrial/DepositInterestTrial.vue index 95f101b..de2866f 100644 --- a/src/views/DepositInterestTrial/DepositInterestTrial.vue +++ b/src/views/DepositInterestTrial/DepositInterestTrial.vue @@ -4,10 +4,10 @@ -->