|
@@ -11,10 +11,10 @@ import JobUserInfoCompanyEdit from '../views/pages/jobUserInfo/companyEdit.vue';
|
|
import IndexPage from '../views/index.vue';
|
|
import IndexPage from '../views/index.vue';
|
|
|
|
|
|
const routes: Array<RouteRecordRaw> = [
|
|
const routes: Array<RouteRecordRaw> = [
|
|
- /*{
|
|
|
|
|
|
+ {
|
|
path: '/',
|
|
path: '/',
|
|
redirect: '/index'
|
|
redirect: '/index'
|
|
- },*/
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/tabs/',
|
|
path: '/tabs/',
|
|
component: StudentTabsPage,
|
|
component: StudentTabsPage,
|