zdg_dev #89

Merged
zhengdegang merged 2 commits from zdg_dev into main 2024-12-05 14:22:15 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b428260703 - Show all commits

View File

@ -4,7 +4,7 @@
* @date 2024-11-26
*/
import { toRaw } from 'vue'
import { Result } from '@/types' // 接口类型
import type { Result } from './types' // 接口类型
import msgUtils from '@/plugins/modal' // 消息工具
import * as API_entpcoursefile from '@/api/education/entpcoursefile' // 相关api
import * as API_smarttalk from '@/api/file' // 相关api

View File

@ -2,7 +2,7 @@
* @description api store循环引用
* @author zdg
*/
import { Result } from '@/types' // 接口类型
import type { Result } from './types' // 接口类型
import msgUtils from '@/plugins/modal' // 消息工具
import * as API_entpcoursefile from '@/api/education/entpcoursefile' // 相关api