diff --git a/src/api/policy.js b/src/api/policy.js index 95c57e8..ddb8d39 100644 --- a/src/api/policy.js +++ b/src/api/policy.js @@ -64,13 +64,12 @@ export function PolicyAdd(data) { publishTime: data.publishTime, title: data.title, titleUrl: data.titleUrl, - publishDepartId: data.pushDep, + publishDepartId: data.pushDep } } }) } - export function getAreaBranch() { return request({ url: `/gateway${policyArea}/area`, diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index d57b59c..852e411 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -37,7 +37,7 @@ export default { const first = matched[0] if (!this.isDashboard(first)) { - matched = [{ path: '/dashboard', meta: { title: '云服务平台管理系统' }}].concat(matched) + matched = [{ path: '/dashboard', meta: { title: '推策——科创政策智能推送平台' }}].concat(matched) } this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false) diff --git a/src/views/enterprise/demand.vue b/src/views/enterprise/demand.vue index 30d642e..73a75d0 100644 --- a/src/views/enterprise/demand.vue +++ b/src/views/enterprise/demand.vue @@ -85,7 +85,11 @@ class-name="small-padding fixed-width" >