在线申请按钮跳转

This commit is contained in:
gaoyuanwei 2022-06-17 17:30:08 +08:00
parent ba20f28bac
commit 160f660cd5
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>