| | |
| | | <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> |
| | |
| | | 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 = ["首页"]; |