diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index a11e76a7f..bbdbd002c 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -305,6 +305,11 @@ export default { path: '/menuManage', menuId: '82665e94d406c6fc0d1f627e5880230b' }, + { + title: '链接管理', + path: '/linkManage', + menuId: 'd3ff92078c53a4d9d1f1a94450fee91e' + }, // // { // // title: '保密管理', // // path: '/convertDocView' diff --git a/src/pages/config/pages/linkManage/index.vue b/src/pages/config/pages/linkManage/index.vue new file mode 100644 index 000000000..969a74df0 --- /dev/null +++ b/src/pages/config/pages/linkManage/index.vue @@ -0,0 +1,420 @@ + + + + + + \ No newline at end of file diff --git a/src/pages/home1/components/empennage/index.vue b/src/pages/home1/components/empennage/index.vue index 61bc7037d..7779c5cf0 100644 --- a/src/pages/home1/components/empennage/index.vue +++ b/src/pages/home1/components/empennage/index.vue @@ -5,6 +5,9 @@
  • +
  • + 更多链接> +
  • @@ -41,16 +44,18 @@ export default { newWebSite: 'http://www.mee.gov.cn/', webName: '中华人民共和国生态环境部' }, - { - newWebSite: '', - webName: '更多链接>' - } + // { + // newWebSite: '', + // webName: '更多链接>' + // } ] } }, computed: {}, watch: {}, - mounted() {}, + mounted() { + this.getLink(); + }, methods: { // 跳转链接 openLinkUrl (linkUri) { @@ -62,7 +67,17 @@ export default { window.open('https://' + linkUri) } }, + getLink () { + this.$http.get('sarUrl/tsUrl', {}, { + _this: this, + loading: 'Loading' + }, res=> { + this.data = res.data + console.log(data); + }) + } }, + } diff --git a/src/pages/home1/index.vue b/src/pages/home1/index.vue index e7aa380ab..c7e545203 100644 --- a/src/pages/home1/index.vue +++ b/src/pages/home1/index.vue @@ -21,21 +21,21 @@ class="home-tabs" @tab-click="handleTabClick" > - - - - - - + + + + + + - - - - - - + + + + + + diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 5f6b2bc7a..deddfb0e7 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -101,11 +101,11 @@ size="mini" @click="deleteStandFromKind(2)" v-btn-permission="'5aedea192a77b14c364f19bdcee3513a'">移除标准 - 模板下载 + + + + + + import('@/pages/config/pages/linkManage/index'), + meta: { + requireAuth: true, + title: '链接管理', + menuId: 'd3ff92078c53a4d9d1f1a94450fee91e' + } + }, { path: '/roleManage', name: 'RoleManage', diff --git a/src/sysConfig/index.js b/src/sysConfig/index.js index 39134bcc1..b0d4f4fed 100644 --- a/src/sysConfig/index.js +++ b/src/sysConfig/index.js @@ -6,8 +6,8 @@ // 服务器地址 // const devIp = '39.98.140.126' // const devInterfacePORT = '10005' -const devIp = '192.168.10.121' -const devInterfacePORT = '9988' +const devIp = '192.168.10.30' +const devInterfacePORT = '9999' // 云端端口号 const DEV_CLOUD_RES_INTERFACE_PORT = '7777' const simpleFilePath = 'att/attFile/upload' @@ -22,11 +22,11 @@ const theme = 'theme-one' // 主题(theme-one浅蓝色,theme-two深蓝色) const processPort = '17210' /***************************************************************** - <<<<<<<<< 主题修改 >>>>>>>>> +<<<<<<<<< 主题修改 >>>>>>>>> - 1. 主题分为theme-one,theme-two两种 - 2. 修改assets/styles/style.less文件,注释theme-one/theme-two - 3. 将上方theme改为theme-one/theme-two +1. 主题分为theme-one,theme-two两种 +2. 修改assets/styles/style.less文件,注释theme-one/theme-two +3. 将上方theme改为theme-one/theme-two *****************************************************************/ // 生产环境配置