feat: 新增linux进程操作

This commit is contained in:
meilin.huang
2022-01-16 21:45:00 +08:00
parent 1df943d825
commit 5cd9b61acb
11 changed files with 285 additions and 21 deletions

View File

@@ -171,7 +171,6 @@ import { codemirror } from '@/components/codemirror';
import { getSession } from '@/common/utils/storage';
import enums from './enums';
import config from '@/common/config';
import SvgIcon from '@/components/svgIcon/index.vue';
export default defineComponent({
name: 'FileManage',