精简代码

This commit is contained in:
aixianling
2022-05-26 18:36:13 +08:00
parent 12e878b041
commit bc2062ec76

View File

@@ -1,6 +1,6 @@
const db = require("../../utils/dbUitls");
const dayjs = require("dayjs")
const execute = require("./exec");
const execute = require("../../tools/exec");
module.exports = {
action: "/node/autodeploy/getZip",
method: "post",