From 55da38900328619ec889b56e514e157c19f53378 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 27 Sep 2022 16:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=B6=8B=E5=8A=BF=E7=AB=99?= =?UTF-8?q?=E7=82=B9=EF=BC=8C=E8=83=BD=E5=8A=9B=E4=BA=91=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/static/config/location.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 +}