feat(views): 添加宁波图纸页面组件
- 新增 NingboDp Index.vue 文件,创建基本模板结构 - 新增 NingboDp.vue 文件,作为路由视图组件
This commit is contained in:
@@ -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
4
src/views/ningboDp.vue
Normal file
@@ -0,0 +1,4 @@
|
||||
<template>
|
||||
<router-view></router-view>
|
||||
</template>
|
||||
<script setup></script>
|
||||
3
src/views/ningboDp/Index.vue
Normal file
3
src/views/ningboDp/Index.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
123123
|
||||
</template>
|
||||
Reference in New Issue
Block a user