From 3b9316190283bac01bb3c1d8456c6fa75d097f86 Mon Sep 17 00:00:00 2001
From: zhangqi <2794379662@qq.com>
Date: Wed, 15 Jun 2022 11:38:05 +0800
Subject: [PATCH] =?UTF-8?q?feat(views):=20=E6=B7=BB=E5=8A=A0=E5=AE=81?=
=?UTF-8?q?=E6=B3=A2=E5=9B=BE=E7=BA=B8=E9=A1=B5=E9=9D=A2=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 新增 NingboDp Index.vue 文件,创建基本模板结构
- 新增 NingboDp.vue 文件,作为路由视图组件
---
src/views/CA/Index.vue | 12 ++++++++++++
src/views/ningboDp.vue | 4 ++++
src/views/ningboDp/Index.vue | 3 +++
3 files changed, 19 insertions(+)
create mode 100644 src/views/ningboDp.vue
create mode 100644 src/views/ningboDp/Index.vue
diff --git a/src/views/CA/Index.vue b/src/views/CA/Index.vue
index 78c3fa1..f60e430 100644
--- a/src/views/CA/Index.vue
+++ b/src/views/CA/Index.vue
@@ -14,6 +14,18 @@