xml <!-- https://mvnrepository.com/artifact/com.luhuiguo/aspose-cells -->
<dependency>
<groupId>com.luhuiguo</groupId>
<artifactId>aspose-cells</artifactId>
<!--非官方 luhuiguo-->
<version>23.1</version>
</dependency>
添加允许获取路由Url参数
vue{ path: "/", component: Layout, redirect: "/dashboard", children: [ { path: "dashboard", // 路由路径 name: "控制台", // 路由名称 component: () => import("@/views/dashboard/index"), // 组件路径 meta: { title: "控制台", icon: "dashboard", affix: true }, props: true, // 启用参数传递 }, ], },
关键代码: props: true