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 @@ + + + + + + \ No newline at end of file diff --git a/客户端/齐越慧眼/齐越慧眼/webpages/cats.html b/客户端/齐越慧眼/齐越慧眼/webpages/cats.html deleted file mode 100644 index 324ea15..0000000 --- a/客户端/齐越慧眼/齐越慧眼/webpages/cats.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - -
- - -
- -
-
- Some placeholder content for the first collapse component of this multi-collapse example. This panel is hidden by default but revealed when the user activates the relevant trigger. -
-
-
-
- - - - - \ No newline at end of file diff --git a/客户端/齐越慧眼/齐越慧眼/齐越慧眼.csproj b/客户端/齐越慧眼/齐越慧眼/齐越慧眼.csproj index 00a9ee3..9bf57fc 100644 --- a/客户端/齐越慧眼/齐越慧眼/齐越慧眼.csproj +++ b/客户端/齐越慧眼/齐越慧眼/齐越慧眼.csproj @@ -59,7 +59,6 @@ - @@ -78,7 +77,6 @@ -