博客
关于我
借助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/

你可能感兴趣的文章
nghttp3使用指南
查看>>
Nginx
查看>>
nginx + etcd 动态负载均衡实践(一)—— 组件介绍
查看>>
nginx + etcd 动态负载均衡实践(三)—— 基于nginx-upsync-module实现
查看>>
nginx + etcd 动态负载均衡实践(二)—— 组件安装
查看>>
nginx + etcd 动态负载均衡实践(四)—— 基于confd实现
查看>>
Nginx + Spring Boot 实现负载均衡
查看>>
Nginx + Tomcat + SpringBoot 部署项目
查看>>
Nginx + uWSGI + Flask + Vhost
查看>>
Nginx - Header详解
查看>>
nginx - thinkphp 如何实现url的rewrite
查看>>
Nginx - 反向代理、负载均衡、动静分离、底层原理(案例实战分析)
查看>>
Nginx - 反向代理与负载均衡
查看>>
nginx 1.24.0 安装nginx最新稳定版
查看>>
nginx 301 永久重定向
查看>>
nginx 403 forbidden
查看>>
nginx connect 模块安装以及配置
查看>>
nginx css,js合并插件,淘宝nginx合并js,css插件
查看>>
Nginx gateway集群和动态网关
查看>>
nginx http配置说明,逐渐完善。
查看>>