From ab98af16088da0411c36d924265474d5a9211480 Mon Sep 17 00:00:00 2001 From: theluyuan <1162963624@qq.com> Date: Wed, 20 Oct 2021 21:49:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 8 +- src/main.ts | 3 + src/pages/major.vue | 341 ++++++++++++++++++++++++++++++++++++++- src/pages/university.vue | 13 ++ yarn.lock | 2 +- 5 files changed, 362 insertions(+), 5 deletions(-) create mode 100644 src/pages/university.vue diff --git a/src/layout/index.vue b/src/layout/index.vue index 4c04211..f79aa46 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -28,8 +28,9 @@ - - +
+ +
\ No newline at end of file diff --git a/src/pages/university.vue b/src/pages/university.vue new file mode 100644 index 0000000..3c47c5f --- /dev/null +++ b/src/pages/university.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 650e622..219ef55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -268,7 +268,7 @@ acorn@^7.1.1: ant-design-vue@^2.2.8: version "2.2.8" - resolved "https://registry.npmmirror.com/ant-design-vue/download/ant-design-vue-2.2.8.tgz?cache=0&sync_timestamp=1634198514256&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fant-design-vue%2Fdownload%2Fant-design-vue-2.2.8.tgz#fa87cf6842d8ee9a0d8af393ff4099ecc4072f2b" + resolved "https://registry.npmmirror.com/ant-design-vue/download/ant-design-vue-2.2.8.tgz#fa87cf6842d8ee9a0d8af393ff4099ecc4072f2b" integrity sha1-+ofPaELY7poNivOT/0CZ7MQHLys= dependencies: "@ant-design/icons-vue" "^6.0.0"