Commit 3378334e authored by zhangdishen's avatar zhangdishen

Merge branch 'dev' into 'master'

1

See merge request !1
parents 65ddd66f 109f7932
...@@ -28,11 +28,11 @@ export const selectRoleName = (data) => { ...@@ -28,11 +28,11 @@ export const selectRoleName = (data) => {
data data
}) })
} }
export const insertFolwCourse = (data) => { export const insertFolwCourse = (params) => {
return axios({ return axios({
url: 'folw/insertFolwCourse', url: 'folw/insertFolwCourse',
method: 'post', method: 'get',
data params
}) })
} }
......
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