Commit ca8e5231 authored by lixy's avatar lixy

删除banner接口

parent 1a04017a
...@@ -67,7 +67,7 @@ export function editBanner(params) { ...@@ -67,7 +67,7 @@ export function editBanner(params) {
*/ */
export function delBanner(id) { export function delBanner(id) {
return fetch({ return fetch({
url: '/api/app/admin/banner' + id, url: '/api/app/admin/banner/' + id,
method: 'delete' method: 'delete'
}); });
} }
......
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