博客
关于我
借助meta影藏顶部菜单
阅读量:742 次
发布时间:2019-03-22

本文共 921 字,大约阅读时间需要 3 分钟。

1===》报错  Cannot find module 'webpack/lib/Chunk'删除node_modules然后重新下载

 

4==》 现在已进入页面,底部就有四个菜单,在点击这四个菜单中的某个时。 可以进行页面切换。 因此  点击 【我的】  切换到【我的页面】 点击  【我的页面】中的【去登录】 跑到去登录页面 同时引产底部就有四个菜单。1)在四个底部路由中添加meta: {    myfooter: true}meta默认为false,所以其他不用添加  routes: [    {      path: "/",      name: "sell",      component: () => import("../page/sell/sell.vue"),      meta: {        myfooter: true      }    },    {      path: "/search",      name: "search",      component: () => import("../page/search/search.vue"),      meta: {        myfooter: true      }    },    {      path: "/order",      name: "order",      component: () => import("../page/order/order.vue"),      meta: {        myfooter: true      }    },    {      path: "/person",      name: "person",      component: () => import("../page/person/person.vue"),      meta: {        myfooter: true      }    },2)通过v_show来影藏
17ok

 

转载地址:http://jhwwk.baihongyu.com/

你可能感兴趣的文章
Netty工作笔记0084---通过自定义协议解决粘包拆包问题2
查看>>
Netty工作笔记0085---TCP粘包拆包内容梳理
查看>>
Netty常用组件一
查看>>
Netty常见组件二
查看>>
Netty应用实例
查看>>
netty底层——nio知识点 ByteBuffer+Channel+Selector
查看>>
netty底层源码探究:启动流程;EventLoop中的selector、线程、任务队列;监听处理accept、read事件流程;
查看>>
Netty心跳检测
查看>>
Netty心跳检测机制
查看>>
netty既做服务端又做客户端_网易新闻客户端广告怎么做
查看>>
netty时间轮
查看>>
Netty服务端option配置SO_REUSEADDR
查看>>
Netty核心模块组件
查看>>
Netty框架内的宝藏:ByteBuf
查看>>
Netty框架的服务端开发中创建EventLoopGroup对象时线程数量源码解析
查看>>
Netty源码—1.服务端启动流程一
查看>>
Netty源码—1.服务端启动流程二
查看>>
Netty源码—2.Reactor线程模型一
查看>>
Netty源码—2.Reactor线程模型二
查看>>
Netty源码—3.Reactor线程模型三
查看>>