From 3342e77756618c7b6ee47dbb309401696d4d72d1 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 05 六月 2023 18:07:53 +0800
Subject: [PATCH] 修改前端页面

---
 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 74c00e6..118392d 100644
--- a/src/components/page/Index.vue
+++ b/src/components/page/Index.vue
@@ -74,7 +74,7 @@
                 cs[cs_arr[i].split('=')[0]] = cs_arr[i].split('=')[1]
             }
             this.ticketId = cs.id;
-            this.$byutil.postData(this, this.$systemconfig.basePath + '/ticket/findById', {id:cs.id}, res => {
+            this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/ticket/findById', {id:cs.id}, res => {
                 this.statisticData = res.data;
             })
         },

--
Gitblit v1.9.1