feat(views): 添加宁波图纸页面组件

- 新增 NingboDp Index.vue 文件,创建基本模板结构
- 新增 NingboDp.vue 文件,作为路由视图组件
This commit is contained in:
2022-06-15 11:38:05 +08:00
committed by 路 范
parent d2509783a0
commit 3b93161902
3 changed files with 19 additions and 0 deletions

View File

@@ -14,6 +14,18 @@
<a-button type="primary">
<router-link to="/ca/sealapply"> 电子印章申请入口 </router-link>
</a-button>
<div>
<a-space :size="size">
<a-button>
<a
class="linka"
target="_blank"
href="https://zsfwpt.icinfo.cn/index"
>企业数字证书延期入口</a
>
</a-button>
</a-space>
</div>
</a-space>
</div>
<router-view></router-view>

4
src/views/ningboDp.vue Normal file
View File

@@ -0,0 +1,4 @@
<template>
<router-view></router-view>
</template>
<script setup></script>

View File

@@ -0,0 +1,3 @@
<template>
123123
</template>