通过vue刷新左侧菜单栏操作
今天完成了手头任务就想着做点什么,刚好领导让我看看项目左侧菜单栏不刷新的问题,我也是刚刚接触vue,很多东西都还不是很熟练,这也是我的第一篇自己写的博客,感觉还是很兴奋的,我觉得写博客这个习惯要一直养成,不但了自己一天的工作所得,而且也是对自己的一种良好习惯的养成。
狼蚁网站SEO优化进入正题。
这个是我们html里面的超链接,而我们的点击事件的跳转就是通过这个超链接实现的。
<el-menu-item index="3-1"><a href="#/modity-list" rel="external nofollow" >
然后我们要创建一个js文件,将我们要跳转的路径导入
import ChannelList from './src/modity-manage/channel-list/channel-list'
配置路由管理
const router = new VueRouter({ routes: [ { path: '/modity-list', name: 'modity-list', ponent: modityStorage, children: [] } ]
path就是我们要跳转的路径
name跳转文件的名字
ponent配置了映射的组件
在html文件中配置了<router-view/>
<router-view :key="key"></router-view>
是用来渲染通过路由映射过来的组件,当路径更改时,<router-view> 中的内容也会发生更改
在js文件中使用puted来进行监听
//每次让路由生成不同的值,用于重新加载组件,达到刷新数据的效果 puted: { key() { return this.$route.name !== undefined? this.$route.name +new Date(): this.$route +new Date() } },
补充知识vue路由菜单(element 和 antd)
在 vue 中 使用 UI框架中的菜单,给菜单如何添加路由呢?其中会出现路由样式的问题。请看狼蚁网站SEO优化两种UI方法。
注)使用框架的时候注入知道的吧。。。。。防止有些人xxxx,我还是写一下。
场景使用 elementUI 的 NavMenu 时。
这里请注意可以不使用 router-link,在 e-menu 上面绑定 route 或者 :route = 'true' ,然后遍历的时候 :index=‘route.path' (:index=‘路径')。
代码
<template> <div class="menu"> <el-menu default-active='activePath' router @open='handleOpen' @close='handleClose' background-color='#545c64' text-color='#fff' active-text-color='#ffd04b' > <template v-for="(route,index) in routes"> <!-- 一级菜单 --> <el-menu-item :key='index' v-if='route.children && route.children.length== 1' :index='route.path'> <i :class="'el-icon-' + route.meta.icon"></i> <span>{{route.meta.title}}</span> </el-menu-item> <!-- 二级菜单 --> <el-submenu v-if='route.children && route.children.length > 1' :key='index' :index='route.path'> <template slot='title'> <i :class="'el-icon-' + route.meta.icon"></i> {{route.meta.title}} </template> <el-menu-item-group v-for='(item, index) in route.children'> <el-menu-item :key='index' :index='resolve(route.path, item.path)'> <i :class="'el-icon-' + item.meta.icon"></i> {{item.meta.title}} </el-menu-item> </el-menu-item-group> </el-submenu> </template> </el-menu> </div> </template> <script> export default { name: 'Menu', data() { return { activePath: this.$router.path, } }, puted: { // 计算属性获取路由 routes() { console.log('test', this.$router) console.log('ddd', this.$router.options.routes) return this.$router.options.routes }, }, methods: { resolve(p,i){ return `${p}/${i}` }, handleOpen(key, keyPath) { console.log(key, keyPath); }, handleClose(key, keyPath) { console.log(key, keyPath); } }, } </script> <style lang='less'> .el-menu { text-align: left; } </style>
场景使用 antd 的 Menu 时。
这个里面是需要使用route-link做路由跳转的。
代码
<template> <div class="menu"> <a-menu v-model="current" mode="inline" theme="dark"> <template v-for='route in routes'> <!-- 一级菜单 --> <a-menu-item v-if='route.children && route.children.length == 1' :key='route.path'> <router-link :to='route.path'> <a-icon :type='route.meta.icon' /> {{ route.meta.title }} </router-link> </a-menu-item> <!-- 二级菜单 --> <a-sub-menu v-else='route.children && route.children.length == 2' key="sub1"> <span slot="title"><span><a-icon :type='route.meta.icon' />{{ route.meta.title}}</span></span> <a-menu-item v-for='item in route.children' :key='item.path'> <router-link :to='resolve(route.path,item.path)'> <!-- <router-link :to="`${route.path}/${item.path}`"> --> <a-icon :type='item.meta.icon' /> {{ item.meta.title }} </router-link> </a-menu-item> </a-sub-menu> </template> </a-menu> </div> </template> <script> export default { name: 'Menu', data() { return { current: ['/'], } }, puted: { // 计算属性获取路由 routes() { console.log('test', this.$router) console.log('ddd', this.$router.options.routes) return this.$router.options.routes }, }, methods:{ resolve(p,i){ return `${p}/${i}` }, }, } </script>
以上这篇通过vue刷新左侧菜单栏操作就是长沙网络推广分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持狼蚁SEO。
编程语言
- 甘肃哪有关键词排名优化购买方式有哪些
- 甘肃SEO如何做网站优化
- 河南seo关键词优化怎么做电话营销
- 北京SEO优化如何做QQ群营销
- 来宾百度关键词排名:提升您网站曝光率的关键
- 卢龙关键词优化:提升您网站排名的策略与技巧
- 山东网站优化的注意事项有哪些
- 四川整站优化怎样提升在搜索引擎中的排名
- 疏附整站优化:提升网站性能与用户体验的全新
- 海南seo主要做什么工作售后服务要做到哪些
- 荣昌百度网站优化:提升您网站的搜索引擎排名
- 河北seo网站排名关键词优化如何做SEO
- 江西优化关键词排名推广售后保障一般有哪些
- 古浪SEO优化:提升你的网站可见性
- 西藏网站排名优化怎么把网站排名在百度首页
- 如何提升阳东百度快照排名:详尽指南