mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-03 14:56:04 +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