|
|
@ -77,21 +77,21 @@ export const constantRoutes = [
|
|
|
|
path: "/shequ",
|
|
|
|
path: "/shequ",
|
|
|
|
component: () => import("@/views/shequ"),
|
|
|
|
component: () => import("@/views/shequ"),
|
|
|
|
name: "shequ",
|
|
|
|
name: "shequ",
|
|
|
|
meta: { title: "社区", icon: "dashboard", affix: true },
|
|
|
|
meta: { title: "社区", icon: "dashboard", affix: false },
|
|
|
|
hidden: true,
|
|
|
|
hidden: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: "/shop",
|
|
|
|
path: "/shop",
|
|
|
|
component: () => import("@/views/shop"),
|
|
|
|
component: () => import("@/views/shop"),
|
|
|
|
name: "shop",
|
|
|
|
name: "shop",
|
|
|
|
meta: { title: "商铺", icon: "dashboard", affix: true },
|
|
|
|
meta: { title: "商铺", icon: "dashboard", affix: false },
|
|
|
|
hidden: true,
|
|
|
|
hidden: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
path: "/xiaoqu",
|
|
|
|
path: "/xiaoqu",
|
|
|
|
component: () => import("@/views/xiaoqu"),
|
|
|
|
component: () => import("@/views/xiaoqu"),
|
|
|
|
name: "xiaoqu",
|
|
|
|
name: "xiaoqu",
|
|
|
|
meta: { title: "小区", icon: "dashboard", affix: true },
|
|
|
|
meta: { title: "小区", icon: "dashboard", affix: false },
|
|
|
|
hidden: true,
|
|
|
|
hidden: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|