From c6bec22b72cc164a43d3aef4ac76e1a272b7f0d0 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 1 Aug 2025 15:51:04 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E4=BC=98=E5=8C=96=E7=BC=B4=E8=B4=B9?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=89=AB=E7=A0=81=E7=BC=B4=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/fee/payFeeOrderApi.js | 4 ++-- src/views/user/login/Login.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/fee/payFeeOrderApi.js b/src/api/fee/payFeeOrderApi.js index 0f3cc814a..784d944dc 100644 --- a/src/api/fee/payFeeOrderApi.js +++ b/src/api/fee/payFeeOrderApi.js @@ -119,7 +119,7 @@ export function qrCodePayment(data) { data.communityId = getCommunityId() data.subServiceCode = 'fee.payFee' request({ - url: '/payment/qrCodePayment', + url: '/payment.qrCodePayment', method: 'post', data }).then(response => { @@ -136,7 +136,7 @@ export function checkPayFinish(data) { data.communityId = getCommunityId() data.subServiceCode = 'fee.payFee' request({ - url: '/payment/checkPayFinish', + url: '/payment.checkPayFinish', method: 'post', data }).then(response => { diff --git a/src/views/user/login/Login.vue b/src/views/user/login/Login.vue index 1cc6ee1b2..3f680715a 100644 --- a/src/views/user/login/Login.vue +++ b/src/views/user/login/Login.vue @@ -44,8 +44,8 @@ export default { logo: '', companyName:'', loginForm: { - username: 'wuxw', - passwd: 'admin', + username: '', + passwd: '', validateCode: '' }, captchaUrl: '',