From f0cad0c5ea4778036452217b4704c6875dc246e3 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 18 十一月 2024 14:50:47 +0800
Subject: [PATCH] feat: 缴费记录

---
 src/components/page/Index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/page/Index.vue b/src/components/page/Index.vue
index 118392d..e452fa7 100644
--- a/src/components/page/Index.vue
+++ b/src/components/page/Index.vue
@@ -81,7 +81,7 @@
         methods: {
             pay(){
                 //window.location.href = "https://payapp.weixin.qq.com/life/index?fr=PSBC&pg=charge&ct=39&sv=20&wx=130100002001&bk=13040621E00000002330"
-                this.$byutil.postData(this, this.$systemconfig.basePath + '/ffPay/zhiFa', {id:this.ticketId}, res => {
+                this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/ffPay/zhifa', {id:this.ticketId}, res => {
                     this.$message({
                         message: '2绉掑悗鑷姩璺宠浆鍒版敮浠橀〉闈紝闃叉鍐呭缃戞暟鎹悓姝ュ欢杩燂紝璇风◢绛�',
                         type: 'success',

--
Gitblit v1.9.1