This website works better with JavaScript.
Home
Explore
Help
Sign In
zhanghuiqing
/
fiction-admin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
11config.
master
Eddie
3 years ago
parent
86741def1c
commit
56d8e94ff6
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/router/modules/books-management.js
+1
-1
src/router/modules/member-management.js
+1
-1
src/router/modules/sort-management.js
+ 1
- 1
src/router/modules/books-management.js
View File
@@ -3,7 +3,7 @@
import Layout from '@/layout'
const booksManagement = {
path: '/books',
path: '/books
Management
',
component: Layout,
redirect: '/books',
name: 'booksManagement',
+ 1
- 1
src/router/modules/member-management.js
View File
@@ -3,7 +3,7 @@
import Layout from '@/layout'
const memberManagement = {
path: '/member',
path: '/member
Management
',
component: Layout,
redirect: '/member',
name: 'memberManagement',
+ 1
- 1
src/router/modules/sort-management.js
View File
@@ -3,7 +3,7 @@
import Layout from '@/layout'
const sortManagement = {
path: '/
sort
',
path: '/',
component: Layout,
redirect: '/sort',
name: 'memberManagement',
Write
Preview
Loading…
Cancel
Save