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

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

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