Commit 8f36ea40 authored by hanfeng's avatar hanfeng

修改seo管理

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