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) {