|
@@ -4,7 +4,7 @@ const HomeRoutes = {
|
|
|
path: "/statisticalanalysis",
|
|
|
component: Layout,
|
|
|
name: "statisticalanalysis",
|
|
|
- redirect: "/statisticalanalysis/specialgoods",
|
|
|
+ redirect: "/statisticalanalysis",
|
|
|
//using el svg icon, the elSvgIcon first when at the same time using elSvgIcon and icon
|
|
|
meta: {
|
|
|
title: "统计分析",
|
|
@@ -12,11 +12,10 @@ const HomeRoutes = {
|
|
|
},
|
|
|
children: [
|
|
|
{
|
|
|
- path: "/statisticalanalysis/specialgoods",
|
|
|
+ path: "/statisticalanalysis",
|
|
|
name: "specialgoods",
|
|
|
meta: {
|
|
|
title: "统计分析",
|
|
|
- roles: ["airline_information_maintenance_page"],
|
|
|
},
|
|
|
component: () =>
|
|
|
import("@/views/statisticalanalysis/specialgoods/index.vue"),
|