```feat(money): 添加新视图组件并更新支付返回URL
- 创建index.vue文件以支持货币购买功能,包括基础结构设置。 - 更新pay的index.vue中的返回URL,从本地主机到指定的IP地址,以确保在金钱操作后正确重定向用户。 ```master
parent
f2f3c85b94
commit
071a09a40a
|
@ -0,0 +1,11 @@
|
|||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
</style>
|
|
@ -44,7 +44,7 @@ export default {
|
|||
addSysUser: {},
|
||||
disabled: false,
|
||||
// 同步跳转页面地址
|
||||
returnUrl:'http://localhost/money/money',
|
||||
returnUrl:'http://172.13.1.1//money/money',
|
||||
//充值参数
|
||||
rechargeParams: {
|
||||
"totalAmt": '', //金额
|
||||
|
|
Loading…
Reference in New Issue