diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js index ffcc81be..5699daa0 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 - * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-08-25 18:47:08 + * @LastEditors: hisense.liangjunhua + * @LastEditTime: 2022-09-27 16:48:51 * @Description: 数据资源参数配置 */ // eslint-disable-next-line no-undef @@ -29,19 +29,19 @@ if (newLocation !== 'baotou' && newLocation !== 'xihaian') { if (newLocation == 'zhanTingDev' || newLocation == 'dev') { whoShow.itShowZhanTingDev = true } - + infrastructure.deptName = '青岛市大数据发展管理局' infrastructure.deptId = '1067246875800000066' navListManagement.navList = [ { name: '共享门户', key: 'home' }, { name: '能力集市', key: 'DetailsPageconetent' }, - { name: '能力云图', key: 'capabilityCloud' }, + // { name: '能力云图', key: 'capabilityCloud' }, { name: '能力统计', key: 'abilityStatistics' }, // { name: '开发指南', key: 'developmentGuide' }, { name: '技术文档', key: 'instructionManual' }, { name: '需求中心', key: 'demandCenter' }, // { name: '个人中心', key: 'personalCenter' }, - { name: '区市站点', key: 'mapTest' }, + // { name: '区市站点', key: 'mapTest' }, // { name: '后台管理', key: 'houtaiguanli' }, // { name: '典型赋能案例', key: 'assignCase' }, { name: '融合服务', key: 'integrationServices' }, @@ -531,4 +531,4 @@ else if (newLocation === 'xihaian') { }, ], } -} \ No newline at end of file +}