v1.9 优化缴费页面扫码缴费

This commit is contained in:
wuxw 2025-08-01 15:51:04 +08:00
parent cfccdf5c68
commit c6bec22b72
2 changed files with 4 additions and 4 deletions

View File

@ -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 => {

View File

@ -44,8 +44,8 @@ export default {
logo: '',
companyName:'',
loginForm: {
username: 'wuxw',
passwd: 'admin',
username: '',
passwd: '',
validateCode: ''
},
captchaUrl: '',