Merge branch 'hi-ucs-bt' of http://15.2.21.221:3000/wuhongjian/hi-ucs into hi-ucs-bt

This commit is contained in:
wuhongjian 2022-06-17 17:46:49 +08:00
commit 54360fee74
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<p>
政府机构内不同部门间系统的数据存在信息孤岛数据烟囱等现象以数据应用为抓手通过政务数据共享交换平台进一步打通数据流实现信息资源跨部门跨层级跨区域互联互通业务协同和综合应用满足政府企业部门多方位多层次的数据需求
</p>
<div class="application">
<div class="application" @click="OnApplication">
<span>在线申请</span>
</div>
</div>
@ -46,6 +46,9 @@
img: require('@/assets/home/pageResource/port-icon.png'),
},
])
const OnApplication = () => {
window.open('https://10.110.205.1:18199/portal/#/home')
}
</script>
<style lang="less" scoped>