fix: 更正跟踪管理路径traceManage

This commit is contained in:
TsMask
2023-09-26 10:53:15 +08:00
parent b38444a201
commit 5f5cae28d1
7 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import { defineStore } from 'pinia';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import { getNelistAll } from '@/api/configManage/neManage';
import { parseDataToOptions } from '@/utils/parse-tree-utils';
import { getNeTraceInterfaceAll } from '@/api/trace/task';
import { getNeTraceInterfaceAll } from '@/api/traceManage/task';
/**网元信息类型 */
type NeInfo = {