From 5de484abfdf96f372aea06e66f2710ac66a110dc Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期日, 19 一月 2020 13:00:03 +0800 Subject: [PATCH] no message --- src/views/Home.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 177f1f1..645a598 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,6 +1,6 @@ <template> - <div style="100%;height: 100%;margin: 0;"> - <el-container style="height: 100%; width: 100%; border: 1px solid #eee"> + <div style="margin: 0;"> + <el-container style="height: 100vh; box-sizing: border-box;"> <el-aside width="200px" style="background-color: rgb(238, 241, 246); "> <div style="width: 100%;height: 60px;"></div> @@ -68,6 +68,10 @@ this.$router.push('/mine'); this.breadcrumbItems = ["棣栭〉"]; break; + case '1-1': + this.$router.push('/square'); + this.breadcrumbItems = ["骞垮満"]; + break; case '2': this.$router.push('/project') this.breadcrumbItems = ["棣栭〉"]; -- Gitblit v1.8.0