From 58d0bfc0a05fd3f645f31eba4fa7e2bf57e3b1df Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期三, 16 四月 2025 12:07:06 +0800
Subject: [PATCH] 1
---
src/views/dnc/setting/FTP.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/dnc/setting/FTP.vue b/src/views/dnc/setting/FTP.vue
index 0043cc2..c218118 100644
--- a/src/views/dnc/setting/FTP.vue
+++ b/src/views/dnc/setting/FTP.vue
@@ -177,7 +177,7 @@
},
methods: {
init() {
- this.$HTTP.post(`/api/blade-cps/group/groupWorkstation`, { groupCategory: 1, groupType: 'group_workstation' }).then(res => {
+ this.$HTTP.post(`/api/smis/group/groupWorkstation`, { groupCategory: 1, groupType: 'group_workstation' }).then(res => {
this.treeData = this.formatData(res.data)
})
@@ -232,7 +232,7 @@
})
},
getAddList(transferDirectorId) {
- return this.$HTTP.post(`/api/blade-cps/group/groupFtpDirectory/ftp`, { groupCategory: 1, groupType: 'group_workstation', transferDirectorId }).then(res => {
+ return this.$HTTP.post(`/api/smis/group/groupFtpDirectory/ftp`, { groupCategory: 1, groupType: 'group_workstation', transferDirectorId }).then(res => {
this.addTreeData = this.formatData(res.data, null, 'disabled')
return this.addTreeData
})
--
Gitblit v1.9.3