Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
35 | <el-menu :default-active="activeIndex" class="el-menu-demo" mode="horizontal" @select="handleSelect" :router="true"> | 35 | <el-menu :default-active="activeIndex" class="el-menu-demo" mode="horizontal" @select="handleSelect" :router="true"> |
36 | <el-submenu index="2"> | 36 | <el-submenu index="2"> |
37 | <template slot="title">临时网页开发路由跳转</template> | 37 | <template slot="title">临时网页开发路由跳转</template> |
38 | <el-menu-item v-for="item in tempTab" :index="item.path" :key="'tempTab'+index">{{item.name}}</el-menu-item> | 38 | <el-menu-item v-for="(item,index) in tempTab" :index="item.path" :key="'tempTab'+index">{{item.name}}</el-menu-item> |
39 | </el-submenu> | 39 | </el-submenu> |
40 | </el-menu> | 40 | </el-menu> |
41 | </div> | 41 | </div> | ... | ... |
-
Please register or sign in to post a comment