|
|
@ -2,15 +2,13 @@ |
|
|
<div class="app-wrap"> |
|
|
<div class="app-wrap"> |
|
|
<div class="app-header"> |
|
|
<div class="app-header"> |
|
|
<div class="logo"><img :src="Logo" alt="" style="height: 30px;width: 169px"></div> |
|
|
<div class="logo"><img :src="Logo" alt="" style="height: 30px;width: 169px"></div> |
|
|
<el-menu |
|
|
<el-menu :default-active="activeIndex" |
|
|
:default-active="activeIndex" |
|
|
|
|
|
class="el-menu-demo" |
|
|
class="el-menu-demo" |
|
|
mode="horizontal" |
|
|
mode="horizontal" |
|
|
background-color="#545c64" |
|
|
background-color="#545c64" |
|
|
text-color="#fff" |
|
|
text-color="#fff" |
|
|
active-text-color="#ffd04b" |
|
|
active-text-color="#ffd04b" |
|
|
@select="handleSelect" |
|
|
@select="handleSelect"> |
|
|
> |
|
|
|
|
|
<el-sub-menu index="1"> |
|
|
<el-sub-menu index="1"> |
|
|
<template #title>文件模型</template> |
|
|
<template #title>文件模型</template> |
|
|
<el-menu-item index="1-1">新建模型</el-menu-item> |
|
|
<el-menu-item index="1-1">新建模型</el-menu-item> |
|
|
|