Commit 8f36ea40 authored by hanfeng's avatar hanfeng

修改seo管理

parent 4ac94edd
......@@ -6,7 +6,7 @@ import fetch from 'utils/fetch';
*/
export function list(query) {
return fetch({
url: '/api/uccn/seo/list',
url: '/api/uccn/seoBackground/list',
method: 'post',
data:query
});
......@@ -15,7 +15,7 @@ export function list(query) {
export function save(obj) {
return fetch({
url: '/api/uccn/seo/upd',
url: '/api/uccn/seoBackground/upd',
method: 'put',
data:obj
});
......
......@@ -358,7 +358,6 @@
item.typeString = publishWebSite[item.type] ;
item.statusString = status[item.status] ;
});
console.log(response.data.list)
listRs = response.data.list;
totalCountRs = response.data.total;
}
......
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