Browse Source

home

pull/91/head
rainbro 3 days ago
parent
commit
4f590a2bd5
  1. 2
      src/router/index.js

2
src/router/index.js

@ -44,7 +44,7 @@ const blackFooterList = [
const routes = [{ const routes = [{
path: '/', path: '/',
name: '首页', name: '首页',
component: HomeView, component: () => import( /* webpackChunkName: "register" */ '../views/agent/home.vue'),
isFirst: true, //是否属于一级路由 isFirst: true, //是否属于一级路由
meta: { meta: {
title: '首页', //面包屑名称(此页面确认不需要放置在面包屑可以不添加此属性;如果获取不到title 会自动 获取 name 作为面包屑名称) title: '首页', //面包屑名称(此页面确认不需要放置在面包屑可以不添加此属性;如果获取不到title 会自动 获取 name 作为面包屑名称)

Loading…
Cancel
Save