-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
89 additions
and
1,165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
export default [ | ||
{ | ||
path: '/eawcs', | ||
layout: true, | ||
exact: true, | ||
routes: [ | ||
{ path: '/eawcs', redirect: '/eawcs/des1' }, | ||
{ | ||
path: '/eawcs/des1', | ||
name: '环水保菜单1', | ||
component:'./eawcs/page1' | ||
}, | ||
{ | ||
path: '/eawcs/des2', | ||
name: '环水保菜单2', | ||
component:'./eawcs/page2' | ||
}, | ||
] | ||
}, | ||
{ | ||
path: '/demolition', | ||
layout: true, | ||
exact: true, | ||
routes: [ | ||
{ path: '/demolition', redirect: '/demolition/dem1' }, | ||
{ | ||
path: '/demolition/dem1', | ||
name: '先签后建菜单1', | ||
component:'./demolition/page1' | ||
}, | ||
{ | ||
path: '/demolition/dem2', | ||
name: '先签后建菜单2', | ||
exact: true, | ||
component:'./demolition/page2' | ||
}, | ||
] | ||
}, | ||
{ | ||
component: './404', | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.