diff --git a/mayfly_go_web/src/views/ops/db/DbEdit.vue b/mayfly_go_web/src/views/ops/db/DbEdit.vue
index fdc3e77a..cbb3a725 100644
--- a/mayfly_go_web/src/views/ops/db/DbEdit.vue
+++ b/mayfly_go_web/src/views/ops/db/DbEdit.vue
@@ -10,11 +10,11 @@
width="38%"
>
-
+
-
+
-
+
-
+
-
+
diff --git a/mayfly_go_web/src/views/ops/db/InstanceEdit.vue b/mayfly_go_web/src/views/ops/db/InstanceEdit.vue
index bb3f8ac6..f4eb15fc 100644
--- a/mayfly_go_web/src/views/ops/db/InstanceEdit.vue
+++ b/mayfly_go_web/src/views/ops/db/InstanceEdit.vue
@@ -4,16 +4,16 @@
-
+
-
+
-
+
@@ -22,10 +22,10 @@
-
+
-
+
@@ -39,13 +39,13 @@
-
+
-
+
-
+
diff --git a/mayfly_go_web/src/views/ops/machine/MachineEdit.vue b/mayfly_go_web/src/views/ops/machine/MachineEdit.vue
index b7b2768d..abc63ae6 100644
--- a/mayfly_go_web/src/views/ops/machine/MachineEdit.vue
+++ b/mayfly_go_web/src/views/ops/machine/MachineEdit.vue
@@ -4,13 +4,13 @@
-
+
-
+
-
+
@@ -20,36 +20,36 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/mayfly_go_web/src/views/ops/machine/ScriptEdit.vue b/mayfly_go_web/src/views/ops/machine/ScriptEdit.vue
index ba1aa566..4e88cef4 100644
--- a/mayfly_go_web/src/views/ops/machine/ScriptEdit.vue
+++ b/mayfly_go_web/src/views/ops/machine/ScriptEdit.vue
@@ -81,7 +81,6 @@ import { ref, toRefs, reactive, watch } from 'vue';
import { ElMessage } from 'element-plus';
import { machineApi } from './api';
import { ScriptResultEnum } from './enums';
-import { notEmpty } from '@/common/assert';
import MonacoEditor from '@/components/monaco/MonacoEditor.vue';
const props = defineProps({
diff --git a/mayfly_go_web/src/views/ops/machine/authcert/AuthCertEdit.vue b/mayfly_go_web/src/views/ops/machine/authcert/AuthCertEdit.vue
index fb88e27c..5a9b891b 100755
--- a/mayfly_go_web/src/views/ops/machine/authcert/AuthCertEdit.vue
+++ b/mayfly_go_web/src/views/ops/machine/authcert/AuthCertEdit.vue
@@ -2,27 +2,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/mayfly_go_web/src/views/ops/machine/file/MachineFile.vue b/mayfly_go_web/src/views/ops/machine/file/MachineFile.vue
index 1921d811..b04ced73 100755
--- a/mayfly_go_web/src/views/ops/machine/file/MachineFile.vue
+++ b/mayfly_go_web/src/views/ops/machine/file/MachineFile.vue
@@ -5,7 +5,7 @@
-
+
{{ path.name }}
@@ -131,7 +131,7 @@
- {{ path }}
+ {{ path }}
-
+
-
+
-
+
文件夹
文件
@@ -289,7 +289,7 @@ const token = getToken();
const folderUploadRef: any = ref();
const folderType = 'd';
-const fileType = '-';
+
// 路径分隔符
const pathSep = '/';
@@ -597,6 +597,7 @@ const deleteFile = async (files: any) => {
ElMessage.success('删除成功');
refresh();
} catch (e) {
+ //
} finally {
state.loading = false;
}
diff --git a/mayfly_go_web/src/views/ops/mongo/MongoEdit.vue b/mayfly_go_web/src/views/ops/mongo/MongoEdit.vue
index 256fc338..24658594 100644
--- a/mayfly_go_web/src/views/ops/mongo/MongoEdit.vue
+++ b/mayfly_go_web/src/views/ops/mongo/MongoEdit.vue
@@ -4,7 +4,7 @@
-
+
@@ -23,7 +23,7 @@
-
+
diff --git a/mayfly_go_web/src/views/ops/redis/RedisEdit.vue b/mayfly_go_web/src/views/ops/redis/RedisEdit.vue
index 07bf5b03..cb124d9c 100644
--- a/mayfly_go_web/src/views/ops/redis/RedisEdit.vue
+++ b/mayfly_go_web/src/views/ops/redis/RedisEdit.vue
@@ -4,20 +4,20 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/mayfly_go_web/src/views/ops/tag/TeamList.vue b/mayfly_go_web/src/views/ops/tag/TeamList.vue
index 82ea462d..31e3c9cb 100755
--- a/mayfly_go_web/src/views/ops/tag/TeamList.vue
+++ b/mayfly_go_web/src/views/ops/tag/TeamList.vue
@@ -35,10 +35,10 @@
-
+
-
+
@@ -52,7 +52,7 @@
-
+
-
+
{
closeTagDialog();
};
-const tagTreeNodeCheck = (data: any) => {
+const tagTreeNodeCheck = () => {
// const node = tagTreeRef.value.getNode(data.id);
// console.log(node);
// // state.showTagDialog.tagTreeTeams = [16]
diff --git a/mayfly_go_web/src/views/system/account/AccountEdit.vue b/mayfly_go_web/src/views/system/account/AccountEdit.vue
index f6af246b..aed6bc47 100755
--- a/mayfly_go_web/src/views/system/account/AccountEdit.vue
+++ b/mayfly_go_web/src/views/system/account/AccountEdit.vue
@@ -1,20 +1,20 @@
-
+
-
+
-
+
-
+
diff --git a/mayfly_go_web/src/views/system/config/ConfigEdit.vue b/mayfly_go_web/src/views/system/config/ConfigEdit.vue
index 6a61ec52..4bd8f789 100755
--- a/mayfly_go_web/src/views/system/config/ConfigEdit.vue
+++ b/mayfly_go_web/src/views/system/config/ConfigEdit.vue
@@ -2,13 +2,13 @@
-
+
-
+
-
+
-->
-
+
diff --git a/mayfly_go_web/src/views/system/role/RoleEdit.vue b/mayfly_go_web/src/views/system/role/RoleEdit.vue
index d18e41c6..83d09f6f 100755
--- a/mayfly_go_web/src/views/system/role/RoleEdit.vue
+++ b/mayfly_go_web/src/views/system/role/RoleEdit.vue
@@ -2,13 +2,13 @@
-
+
-
+
-
+