refactor(cms): 更新表单模型导入路径
- 将 PageParam 类型导入路径从 '@/api' 更改为 '@/api/index' - 统一了类型导入的完整路径引用方式
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import type { PageParam } from '@/api';
|
import type { PageParam } from '@/api/index';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 表单设计表
|
* 表单设计表
|
||||||
|
|||||||
Reference in New Issue
Block a user