refactor(cms): 更新表单模型导入路径

- 将 PageParam 类型导入路径从 '@/api' 更改为 '@/api/index'
- 统一了类型导入的完整路径引用方式
This commit is contained in:
2025-10-29 16:10:20 +08:00
parent 4157f9804c
commit 3c61f2db3b

View File

@@ -1,4 +1,4 @@
import type { PageParam } from '@/api';
import type { PageParam } from '@/api/index';
/**
* 表单设计表