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

312

parent a046a0e0
# entrustadmin # entrustadmin
测试账号:
## Project setup ## Project setup
``` ```
......
...@@ -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/User/Info.vue') component: () => import('@/views/user/Info.vue')
}, },
{ {
path: '/launch', path: '/launch',
name: 'launch', name: 'launch',
component: () => import('@/views/Mining/Launch.vue') component: () => import('@/views/mining/Launch.vue')
}, },
{ {
path: '/minTicket', path: '/minTicket',
name: 'minTicket', name: 'minTicket',
component: () => import('@/views/Mining/MinTicket.vue') component: () => import('@/views/mining/MinTicket.vue')
}, },
{ {
path: '/add', path: '/add',
name: 'add', name: 'add',
component: () => import('@/views/Setting/Add.vue') component: () => import('@/views/setting/Add.vue')
}, },
{ {
path: '/reset', path: '/reset',
name: '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