Commit fd5ed1d0 authored by mxm-web-develop's avatar mxm-web-develop

312

parent a046a0e0
# entrustadmin
测试账号:
## Project setup
```
......
......@@ -18,27 +18,27 @@ const routes: Array<RouteConfig> = [
{
path: '/info',
name: 'info',
component: () => import('@/views/User/Info.vue')
component: () => import('@/views/user/Info.vue')
},
{
path: '/launch',
name: 'launch',
component: () => import('@/views/Mining/Launch.vue')
component: () => import('@/views/mining/Launch.vue')
},
{
path: '/minTicket',
name: 'minTicket',
component: () => import('@/views/Mining/MinTicket.vue')
component: () => import('@/views/mining/MinTicket.vue')
},
{
path: '/add',
name: 'add',
component: () => import('@/views/Setting/Add.vue')
component: () => import('@/views/setting/Add.vue')
},
{
path: '/reset',
name: 'reset',
component: () => import('@/views/Setting/Reset.vue')
component: () => import('@/views/setting/Reset.vue')
},
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment