发现及检测报告产品推荐

This commit is contained in:
2023-11-17 09:26:58 +08:00
parent a3ee59adda
commit e594b340e5
29 changed files with 1255 additions and 29 deletions

View File

@@ -30,6 +30,9 @@ import site from "./interfaces/site"
// 个人中心
import user from "./interfaces/user"
// 发现
import found from "./interfaces/found"
export default {
auth,
file,
@@ -39,5 +42,6 @@ export default {
order,
recruit,
site,
user
user,
found
}