|
@@ -39,6 +39,7 @@ import propertyLedger from '@/views/ledger/property/index'
|
|
|
import dialogSystem from '@/views/ledger/property/addproperty'
|
|
|
import cenotelist from '@/views/ledger/cenotelist/index' //竖井清单
|
|
|
import auth from '@/views/system/auth'
|
|
|
+import noUser from '@/views/system/nouser'
|
|
|
|
|
|
/** 租户管理 */
|
|
|
import rentlist from '@/views/rent/rentlist'
|
|
@@ -48,6 +49,7 @@ export default [
|
|
|
{ path: '/', name: '', component: LayoutMain, children: [{ path: '', name: 'blank', component: Dasboard }] },
|
|
|
//{ path: '/login', name: 'Login', component: Login },
|
|
|
{ path: '/auth', name: 'auth', component: auth },
|
|
|
+ { path: '/noUser', name: 'noUser', component: noUser },
|
|
|
// 系统集成
|
|
|
{
|
|
|
path: '/point',
|