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