kimi
2020-01-19 5de484abfdf96f372aea06e66f2710ac66a110dc
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 = ["首页"];