mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): add new route plugin @soybeanjs/vite-plugin-vue-page-route [集成新的路由插件]
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
const about: AuthRoute.Route = {
|
||||
const about1: AuthRoute.Route = {
|
||||
name: 'about',
|
||||
path: '/about',
|
||||
component: 'self',
|
||||
@ -12,4 +12,4 @@ const about: AuthRoute.Route = {
|
||||
}
|
||||
};
|
||||
|
||||
export default about;
|
||||
export default about1;
|
||||
|
Reference in New Issue
Block a user