Commit 08eb616b by lijiabin

【需求 17679】 perf: 优化类型等

parent e4d665db
// 专栏列表
import service from '@/utils/request/index'
import type { ColumnOptionDto } from './types'
import type { InterviewOptionDto } from './types'
/**
* 获取专栏列表
*/
export const getInterviewOptions = () => {
return service.request<ColumnOptionDto[]>({
return service.request<InterviewOptionDto[]>({
url: '/api/cultureColumn/listNoPage?type=interview',
method: 'POST',
})
......
import service from '@/utils/request/index'
// import type {
// AddOrUpdateArticleDto,
// ArticleItemDto,
// ArticleSearchParams,
// InterviewOptionDto,
// ColumnOptionDto,
// AddCommentDto,
// CommentItemDto,
// CommentSearchParams,
// InterviewItemDto,
// ColumnItemDto,
// VideoOptionDto,
// CommentChildrenSearchParams,
// } from './types'
// import type { BackendServicePageResult, PageSearchParams } from '@/utils/request/types'
// 在线时长的功能
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment