From 829823df5fd02fc2c1251567763f9d4a3a07cc3e Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 22 十二月 2025 09:20:26 +0800
Subject: [PATCH] feat: 修改大屏
---
src/components/page/leaderShow/Dialog/zhipaiForm.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/page/leaderShow/Dialog/zhipaiForm.vue b/src/components/page/leaderShow/Dialog/zhipaiForm.vue
index ef424f3..0554049 100644
--- a/src/components/page/leaderShow/Dialog/zhipaiForm.vue
+++ b/src/components/page/leaderShow/Dialog/zhipaiForm.vue
@@ -61,9 +61,9 @@
data() {
return {
pageConfig:{
- saveData:this.$systemconfig.basePath + '/ticket/save2',
- weizhangData:this.$systemconfig.basePath + '/violationType/findAll',
- zhixingrenData:this.$systemconfig.basePath + '/user/findAll',
+ saveData:this.$systemconfig.basePath + '/ffzf/ticket/save2',
+ weizhangData:this.$systemconfig.basePath + '/ffzf/violationtype/findAll',
+ zhixingrenData:this.$systemconfig.basePath + '/ffzf/user/findAll',
},
weizhangOptions:[],
zhixingrenOptions:[],
--
Gitblit v1.9.1