博客
关于我
借助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源码—6.ByteBuf原理一
查看>>
Netty源码—6.ByteBuf原理二
查看>>
Netty源码—7.ByteBuf原理三
查看>>
Netty源码—7.ByteBuf原理四
查看>>
Netty源码—8.编解码原理一
查看>>
Netty源码—8.编解码原理二
查看>>
Netty源码解读
查看>>
Netty的Socket编程详解-搭建服务端与客户端并进行数据传输
查看>>
Netty相关
查看>>
Netty简介
查看>>
Netty速成:基础+入门+中级+高级+源码架构+行业应用
查看>>
Netty遇到TCP发送缓冲区满了 写半包操作该如何处理
查看>>
Netty:ChannelPipeline和ChannelHandler为什么会鬼混在一起?
查看>>
Netty:原理架构解析
查看>>
Network Dissection:Quantifying Interpretability of Deep Visual Representations(深层视觉表征的量化解释)
查看>>
Network Sniffer and Connection Analyzer
查看>>
Network 灰鸽宝典【目录】
查看>>
NetworkX系列教程(11)-graph和其他数据格式转换
查看>>
Networkx读取军械调查-ITN综合传输网络?/读取GML文件
查看>>
network小学习
查看>>