diff --git a/.env.dev b/.env.dev index c4b9ffbb3f2db6270cbd645fc92d2135af7dfec0..d0fe90cc483ca1826a1f899296b586dcd8cf8940 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 269f214bcf34ddbb51ae6e70a7b7675228232617..2eaed9a3ceddfe950055814ec62ce77fd8f5cc1a 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 852290b555b5493f3ed28bfa0f14e60e7a7fe2fb..6f0ffabde4f2f61abf4957d054224716ee28d74b 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 6a2a204cea48cbd759e91f7ae5b4d20b85183a33..594714f6a1454b48f9128e14ae65c56c3c7bae68 100644 --- a/src/components/common/CardPottom.vue +++ b/src/components/common/CardPottom.vue @@ -12,10 +12,16 @@