From 95a020789bb722797b6189ca996c17cf93f1ab4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E5=90=8C=E5=AD=A6?= <2495967527@qq.com> Date: Tue, 8 Oct 2024 10:24:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config/index-prod.js | 2 +- src/views/modules/bank-card/popup/view-details.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/config/index-prod.js b/public/config/index-prod.js index 7ce89d8..94d58e2 100644 --- a/public/config/index-prod.js +++ b/public/config/index-prod.js @@ -13,7 +13,7 @@ window.SITE_CONFIG = {}; // 在线api接口请求地址 - window.SITE_CONFIG['baseUrl'] ="https://admin-test.damajishi.cn" + window.SITE_CONFIG['baseUrl'] ="http://admin-test.damajishi.cn:8899" // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名 diff --git a/src/views/modules/bank-card/popup/view-details.vue b/src/views/modules/bank-card/popup/view-details.vue index d94034c..08b354e 100644 --- a/src/views/modules/bank-card/popup/view-details.vue +++ b/src/views/modules/bank-card/popup/view-details.vue @@ -534,7 +534,7 @@ export default { }, }, { - label: "上一步", + label: "上一页", type: "primary", disabled: () => this.process == 1, handle: () => { @@ -543,7 +543,7 @@ export default { }, }, { - label: this.process == 1 ? "下一步" : "确定", + label: this.process == 1 ? "下一页" : "确定", type: "primary", handle: () => { if (this.process == 1) {