Browse Source

恢复CST2019界面的访问

guochao 3 năm trước cách đây
mục cha
commit
fa0dc091bd
2 tập tin đã thay đổi với 19083 bổ sung6 xóa
  1. 19077 1
      package-lock.json
  2. 6 5
      src/router/index.js

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 19077 - 1
package-lock.json


+ 6 - 5
src/router/index.js

@@ -10,6 +10,7 @@ import EditorPage from '@/pages/EditorPage.vue'
 import NoticeDetail from '@/pages/NoticeDetail.vue'
 import InterContestP from '@/pages/2020InternationalContestP.vue'
 import Homepage from '@/pages/Homepage.vue'
+import CST2019 from '@/pages/CST2019'
 import state from '../store/state'
 Vue.use(Router);
 
@@ -25,11 +26,11 @@ export default new Router({
       name: 'Homepage',
       redirect: '/'
     },
-    // {
-      // path: '/cst2019',
-      // name: 'CST2019',
-      // component: CST2019
-    // },
+    {
+      path: '/cst2019',
+      name: 'CST2019',
+      component: CST2019
+    },
     {
       path: '/Committee',
       name: 'CommitteePage',

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác