diff --git a/front/public/static/config/footerData.js b/front/public/static/config/footerData.js index d7683c21..87f76588 100644 --- a/front/public/static/config/footerData.js +++ b/front/public/static/config/footerData.js @@ -6,43 +6,43 @@ * @FilePath: \qiantai\front\public\static\config\footerData.js * @Description: 底部菜单数据配置配置 */ -const footerDataList = { - // 市局 - // company: { - // left: '青岛市大数据发展管理局建设', - // right: '海信网络科技股份有限公司' - // }, - // address: [ - // { - // name: '鲁IC备00000000号', - // value: '政府标识码3702000106', - // }, - // { - // name: '版权所有:青岛市大数据发展管理局', - // value: '地址:山东省青岛市香港中路17号市级机关办公楼', - // }, - // { - // name: '电话:0532-8561234', - // value: '传真:0532-2145122', - // }, - // ] - // 西海岸 - company: { - left: '青岛西海岸新区大数据发展促进局建设', - right: 'v0.81' - }, - address: [ - { - name: '鲁IC备00000000号', - value: '政府标识码3702000106', - }, - { - name: '版权所有:青岛西海岸新区大数据发展促进局', - value: '地址:青岛市西海岸新区长江中路369号', - }, - { - name: '电话:0532-86986596', - value: '传真:0532-86986596', - }, - ] -} +// const footerDataList = { +// 市局 +// company: { +// left: '青岛市大数据发展管理局建设', +// right: '海信网络科技股份有限公司' +// }, +// address: [ +// { +// name: '鲁IC备00000000号', +// value: '政府标识码3702000106', +// }, +// { +// name: '版权所有:青岛市大数据发展管理局', +// value: '地址:山东省青岛市香港中路17号市级机关办公楼', +// }, +// { +// name: '电话:0532-8561234', +// value: '传真:0532-2145122', +// }, +// ] +// 西海岸 +// company: { +// left: '青岛西海岸新区大数据发展促进局建设', +// right: 'v0.81' +// }, +// address: [ +// { +// name: '鲁IC备00000000号', +// value: '政府标识码3702000106', +// }, +// { +// name: '版权所有:青岛西海岸新区大数据发展促进局', +// value: '地址:青岛市西海岸新区长江中路369号', +// }, +// { +// name: '电话:0532-86986596', +// value: '传真:0532-86986596', +// }, +// ] +// } diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js index 14710547..3f99e6e8 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -3,7 +3,7 @@ * @Date: 2020-07-07 16:03:23 * @LastEditors: hisense.wuhongjian * @LastEditTime: 2022-04-01 10:51:45 - * @Description: 数据资源参数配置 + * @Description: 三方参数配置 */ // const newLocation = 'qingdao' // const newLocation = 'baotou' @@ -14,11 +14,11 @@ const whoShow = {} const launchedDataNumObject = {} // 导航数据 const navListManagement = {} +// 底部数据 +const footerDataList = {} // qingdao if (newLocation === 'qingdao') { - // 数据资源数据 whoShow.itShowQingDao = true - // 导航数据 navListManagement.navList = [ { name: '共享门户', key: 'home' }, { name: '能力集市', key: 'DetailsPageconetent' }, @@ -31,10 +31,29 @@ if (newLocation === 'qingdao') { // { name: '后台管理', key: 'houtaiguanli' }, { name: '赋能案例', key: 'assignCase' }, ] + footerDataList.footerList = { + company: { + left: '青岛市大数据发展管理局建设', + right: '海信网络科技股份有限公司', + }, + address: [ + { + name: '鲁IC备00000000号', + value: '政府标识码3702000106', + }, + { + name: '版权所有:青岛市大数据发展管理局', + value: '地址:山东省青岛市香港中路17号市级机关办公楼', + }, + { + name: '电话:0532-8561234', + value: '传真:0532-2145122', + }, + ], + } } // baotou else if (newLocation === 'baotou') { - // 数据资源数据 whoShow.itShowBaoTou = true launchedDataNumObject.launchedDataNum = [ { @@ -47,7 +66,6 @@ else if (newLocation === 'baotou') { num: 976, }, ] - // 导航数据 navListManagement.navList = [ { name: '共享门户', key: 'home' }, { name: '能力集市', key: 'DetailsPageconetent' }, @@ -60,12 +78,30 @@ else if (newLocation === 'baotou') { // { name: '后台管理', key: 'houtaiguanli' }, { name: '赋能案例', key: 'assignCase' }, ] + footerDataList.footerList = { + company: { + left: '青岛西海岸新区大数据发展促进局建设', + right: 'v0.81', + }, + address: [ + { + name: '鲁IC备00000000号', + value: '政府标识码3702000106', + }, + { + name: '版权所有:青岛西海岸新区大数据发展促进局', + value: '地址:青岛市西海岸新区长江中路369号', + }, + { + name: '电话:0532-86986596', + value: '传真:0532-86986596', + }, + ], + } } // xihaian else if (newLocation === 'xihaian') { - // 数据资源数据 whoShow.itShowXiHaiAn = true - // 导航数据 navListManagement.navList = [ { name: '共享门户', key: 'home' }, { name: '能力集市', key: 'DetailsPageconetent' }, @@ -78,4 +114,24 @@ else if (newLocation === 'xihaian') { // { name: '后台管理', key: 'houtaiguanli' }, { name: '赋能案例', key: 'assignCase' }, ] + footerDataList.footerList = { + company: { + left: '青岛西海岸新区大数据发展促进局建设', + right: 'v0.81', + }, + address: [ + { + name: '鲁IC备00000000号', + value: '政府标识码3702000106', + }, + { + name: '版权所有:青岛西海岸新区大数据发展促进局', + value: '地址:青岛市西海岸新区长江中路369号', + }, + { + name: '电话:0532-86986596', + value: '传真:0532-86986596', + }, + ], + } } diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index 53389403..cc001665 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -1053,12 +1053,12 @@ :resourceTotal="resourceTotal" > -