diff --git a/src/api/script.js b/src/api/script.js
index 873064bb27da9dc54c641d82f27dc15bba94de48..3ad9605d9709277c30e1b71577ffcd32b3ffb3e4 100644
--- a/src/api/script.js
+++ b/src/api/script.js
@@ -30,6 +30,15 @@ export function executeScriptApi(data) {
})
}
+// 获取命令列表
+export function getCmommandListApi(data) {
+ return request({
+ url: '/manageCommandPre/list',
+ method: 'post',
+ headers: { 'Content-Type': 'application/json' },
+ data
+ })
+}
// 执行结果列表
export function getExecResApi(data) {
return request({
diff --git a/src/pages/script/command/index.vue b/src/pages/script/command/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..b6d691a7bd6e34271329092257d2b3d91342fbf1
--- /dev/null
+++ b/src/pages/script/command/index.vue
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+