Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Community-Mining-Admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mining
Community-Mining-Admin
Commits
fd5ed1d0
Commit
fd5ed1d0
authored
Mar 30, 2022
by
mxm-web-develop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
312
parent
a046a0e0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
README.md
README.md
+3
-0
index.ts
src/router/index.ts
+5
-5
No files found.
README.md
View file @
fd5ed1d0
# entrustadmin
# entrustadmin
测试账号:
## Project setup
## Project setup
```
```
...
...
src/router/index.ts
View file @
fd5ed1d0
...
@@ -18,27 +18,27 @@ const routes: Array<RouteConfig> = [
...
@@ -18,27 +18,27 @@ const routes: Array<RouteConfig> = [
{
{
path
:
'/info'
,
path
:
'/info'
,
name
:
'info'
,
name
:
'info'
,
component
:
()
=>
import
(
'@/views/
U
ser/Info.vue'
)
component
:
()
=>
import
(
'@/views/
u
ser/Info.vue'
)
},
},
{
{
path
:
'/launch'
,
path
:
'/launch'
,
name
:
'launch'
,
name
:
'launch'
,
component
:
()
=>
import
(
'@/views/
M
ining/Launch.vue'
)
component
:
()
=>
import
(
'@/views/
m
ining/Launch.vue'
)
},
},
{
{
path
:
'/minTicket'
,
path
:
'/minTicket'
,
name
:
'minTicket'
,
name
:
'minTicket'
,
component
:
()
=>
import
(
'@/views/
M
ining/MinTicket.vue'
)
component
:
()
=>
import
(
'@/views/
m
ining/MinTicket.vue'
)
},
},
{
{
path
:
'/add'
,
path
:
'/add'
,
name
:
'add'
,
name
:
'add'
,
component
:
()
=>
import
(
'@/views/
S
etting/Add.vue'
)
component
:
()
=>
import
(
'@/views/
s
etting/Add.vue'
)
},
},
{
{
path
:
'/reset'
,
path
:
'/reset'
,
name
:
'reset'
,
name
:
'reset'
,
component
:
()
=>
import
(
'@/views/
S
etting/Reset.vue'
)
component
:
()
=>
import
(
'@/views/
s
etting/Reset.vue'
)
},
},
]
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment