|
@@ -15,7 +15,6 @@
|
|
|
<section class="section">
|
|
|
<el-row class="tac">
|
|
|
<el-col :span="3">
|
|
|
- <!-- <h5>默认颜色</h5> -->
|
|
|
<el-menu
|
|
|
default-active="2"
|
|
|
class="el-menu-vertical-demo"
|
|
@@ -55,7 +54,6 @@
|
|
|
<el-col :span="21" class="main_right">
|
|
|
<div class="warp">
|
|
|
<router-view />
|
|
|
- <!-- <iframe :src="iframeSrc" frameborder="0"></iframe> -->
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -64,12 +62,10 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-// import HelloWorld from "@/components/HelloWorld.vue";
|
|
|
import { menuData } from "./mencCofig.js";
|
|
|
|
|
|
export default {
|
|
|
name: "home",
|
|
|
- components: {},
|
|
|
data() {
|
|
|
return {
|
|
|
// 菜单配置
|