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 |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index c338d49..15898bd 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -7,6 +7,7 @@
 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);
 
@@ -59,10 +60,10 @@
 				}
 			},
 			{
-			  path: "project2",
-			  name: "project2",
+			  path: "square",
+			  name: "square",
 			  components:{
-			  	home: Project
+			  	home: square
 			  }
 			},
 			{

--
Gitblit v1.8.0