mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
编辑外链
This commit is contained in:
@@ -15,7 +15,7 @@ export const deleteLink = (obj) => http.post('/link/deleteLink', { params: obj }
|
||||
})
|
||||
|
||||
//获取外链详细信息接口
|
||||
export const getLink = (obj) => http.post('/link/getOne', { params: obj })
|
||||
export const getLink = (obj) => http.post('/link/getOne', obj)
|
||||
|
||||
// 更新外链数据
|
||||
export const updateLinks = (obj) => http.post('/link/updateLinks', obj, {
|
||||
|
||||
Reference in New Issue
Block a user