From d7e4b63134fbb434ef382453ed8d3ef4cf378808 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期三, 22 四月 2020 19:19:42 +0800 Subject: [PATCH] 界面调整 --- 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