From 89ba01e8e0bec7fdadc5278c95850cfe68b9e62a Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期二, 11 二月 2020 17:33:01 +0800 Subject: [PATCH] Merge branch 'master' of http://highdatas.com:9000/r/~kimi/srs --- src/router/index.ts | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 8e20b2c..15898bd 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -5,7 +5,9 @@ import Mine from "../views/Mine.vue"; import Project from "../views/Project.vue"; import Overview from "../views/Overview.vue"; +import list from "../views/list.vue"; import calendarTask from "../views/calendarTask.vue"; +import square from "../components/square.vue"; Vue.use(VueRouter); @@ -43,6 +45,12 @@ components:{ home: Overview } + },{ + path: "list", + name: "list", + components:{ + home: list + } }, { path: "calendarTask", @@ -52,10 +60,10 @@ } }, { - path: "project2", - name: "project2", + path: "square", + name: "square", components:{ - home: Project + home: square } }, { -- Gitblit v1.8.0