style: 补充注释

This commit is contained in:
TsMask
2024-01-16 18:46:35 +08:00
parent 155ff6b3f5
commit 0829a0b29c
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ export function listNeFiles(query: Record<string, any>) {
}
/**
* 获取文件
* 从网元端获取文件
* @param query 查询参数
* @returns object
*/

View File

@@ -7,5 +7,5 @@ router.replace({ path: `/${params.path}`, query });
</script>
<template>
<span>稍等...</span>
<span>Loading...</span>
</template>