소스 검색

二维码扫码记录

pengjing 11 달 전
부모
커밋
2a6ae66666
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      h5app/src/router/index.ts

+ 2 - 2
h5app/src/router/index.ts

@@ -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,