|
|
@@ -1,4 +1,5 @@
|
|
|
const Admin = () => import('views/admin/Admin')
|
|
|
+const AdminBackendLog = () => import('views/admin/AdminBackendLog')
|
|
|
// ********************************************************************************************************************
|
|
|
// 用户后台主页
|
|
|
const MyIndex = () => import('views/my/MyIndex')
|
|
|
@@ -210,13 +211,13 @@ export default {
|
|
|
{
|
|
|
path: '/background/backend/access_log',
|
|
|
name: 'AccessLog',
|
|
|
- component: AdminUserList,
|
|
|
+ component: AdminBackendLog,
|
|
|
meta: { needAuth: true }
|
|
|
},
|
|
|
{
|
|
|
path: '/background/backend/runtime_log',
|
|
|
name: 'RuntimeLog',
|
|
|
- component: AdminUserList,
|
|
|
+ component: AdminBackendLog,
|
|
|
meta: { needAuth: true }
|
|
|
}
|
|
|
]
|