|
@@ -33,6 +33,7 @@ const PDFTest = () => import(/* webpackChunkName: "group-controlApp"*/'@/compone
|
|
// const Knowledge = () => import(/* webpackChunkName: "group-controlApp"*/'@/components/report/Knowledge');
|
|
// const Knowledge = () => import(/* webpackChunkName: "group-controlApp"*/'@/components/report/Knowledge');
|
|
const SimpleReport = () => import(/* webpackChunkName: "group-controlApp"*/'@/components/report/SimpleReport');
|
|
const SimpleReport = () => import(/* webpackChunkName: "group-controlApp"*/'@/components/report/SimpleReport');
|
|
const ControlLogin = () => import(/* webpackChunkName: "group-controlApp"*/'@/login/ControlLogin');
|
|
const ControlLogin = () => import(/* webpackChunkName: "group-controlApp"*/'@/login/ControlLogin');
|
|
|
|
+const UserTest = () => import(/* webpackChunkName: "group-controlApp"*/'@/components/UserTest');
|
|
|
|
|
|
import store from '@/store/index';
|
|
import store from '@/store/index';
|
|
import { getLoginUser } from '@/api/login'
|
|
import { getLoginUser } from '@/api/login'
|
|
@@ -173,5 +174,9 @@ export default new Router({
|
|
path: '/ctrlLogin',
|
|
path: '/ctrlLogin',
|
|
name: 'ControlLogin',
|
|
name: 'ControlLogin',
|
|
component: ControlLogin,
|
|
component: ControlLogin,
|
|
|
|
+ },{
|
|
|
|
+ path: '/xxx',
|
|
|
|
+ name: 'UserTest',
|
|
|
|
+ component: UserTest,
|
|
}]
|
|
}]
|
|
});
|
|
});
|