mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 16:00:25 +08:00
feat: 代码优化、机器计划任务完善
This commit is contained in:
@@ -251,7 +251,6 @@ onMounted(async () => {
|
||||
const handleCommand = (commond: any) => {
|
||||
const data = commond.data;
|
||||
const type = commond.type;
|
||||
console.log(type);
|
||||
switch (type) {
|
||||
case 'detail': {
|
||||
showInfo(data);
|
||||
|
||||
Reference in New Issue
Block a user