提交 49f7bf91 authored 作者: wangyizheng's avatar wangyizheng

调整样式

上级 68a54762
...@@ -2,7 +2,7 @@ import httpRequest from '@/utils/axios' ...@@ -2,7 +2,7 @@ import httpRequest from '@/utils/axios'
// 分类列表 // 分类列表
export function categories(params) { export function categories(params) {
return httpRequest.get('/api/opera/v2/tranning/categories', { params }) return httpRequest.get('/api/opera/v2/training/categories', { params })
} }
// 添加分类 // 添加分类
...@@ -10,5 +10,5 @@ export function addCategory(data) { ...@@ -10,5 +10,5 @@ export function addCategory(data) {
var headers = { var headers = {
'Content-Type': 'application/json' 'Content-Type': 'application/json'
} }
return httpRequest.post('/api/opera/v2/tranning/category', data, { headers }) return httpRequest.post('/api/opera/v2/training/category', data, { headers })
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论