From eef23c0a1d22377ededa69edf83d3bed8a3cf6ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=A1=C2=B7=C3=A6?= <279202647@qq.com>
Date: Tue, 19 Oct 2021 12:14:51 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=A7=E5=93=81=E5=BA=93?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../vuepage/client/src/router/index.js | 9 +-
.../vuepage/client/src/views/items/Index.vue | 128 ++++++++++++++++++
.../齐越慧眼/webpages/cats.html | 49 -------
.../齐越慧眼/齐越慧眼.csproj | 2 -
4 files changed, 132 insertions(+), 56 deletions(-)
create mode 100644 客户端/齐越慧眼/齐越慧眼/vuepage/client/src/views/items/Index.vue
delete mode 100644 客户端/齐越慧眼/齐越慧眼/webpages/cats.html
diff --git a/客户端/齐越慧眼/齐越慧眼/vuepage/client/src/router/index.js b/客户端/齐越慧眼/齐越慧眼/vuepage/client/src/router/index.js
index b133c2b..a096140 100644
--- a/客户端/齐越慧眼/齐越慧眼/vuepage/client/src/router/index.js
+++ b/客户端/齐越慧眼/齐越慧眼/vuepage/client/src/router/index.js
@@ -1,6 +1,7 @@
import Vue from 'vue'
import VueRouter from 'vue-router'
import Home from '../views/cats/Index.vue'
+import Items from '../views/items/Index.vue'
Vue.use(VueRouter)
@@ -11,11 +12,9 @@ const routes = [
component: Home
},
{
- path: '/about',
- name: 'About',
- component: function () {
- return import(/* webpackChunkName: "about" */ '../views/About.vue')
- }
+ path: '/item',
+ name: 'item',
+ component: Items
}
]
diff --git a/客户端/齐越慧眼/齐越慧眼/vuepage/client/src/views/items/Index.vue b/客户端/齐越慧眼/齐越慧眼/vuepage/client/src/views/items/Index.vue
new file mode 100644
index 0000000..9ba9802
--- /dev/null
+++ b/客户端/齐越慧眼/齐越慧眼/vuepage/client/src/views/items/Index.vue
@@ -0,0 +1,128 @@
+
+