From f015ecea67a1e322374c422f6661366f93341556 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期四, 08 六月 2023 09:32:04 +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