lex-xin 5 年之前
父節點
當前提交
a0559b9f76
共有 5 個文件被更改,包括 2 次插入1 次删除
  1. 0 0
      dist/css/ClassDetail.356d8f7b.css
  2. 0 0
      dist/index.html
  3. 0 0
      dist/js/ClassDetail.0b17ef60.js
  4. 0 0
      dist/js/app.2d2d1578.js
  5. 2 1
      src/views/app/ClassDetail.vue

文件差異過大導致無法顯示
+ 0 - 0
dist/css/ClassDetail.356d8f7b.css


文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/js/ClassDetail.0b17ef60.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/app.2d2d1578.js


+ 2 - 1
src/views/app/ClassDetail.vue

@@ -111,7 +111,8 @@ export default {
                         this.$dialog.alert({
                             message: '恭喜你,加入成功此课程组'
                         }).then(() => {
-                            this.$router.push('/studentDownLoad')
+                            // this.$router.push('/studentDownLoad')
+                            window.location.href = 'https://mstuonline.dayaedu.com/#/studentDownload'
                         });
                     } else {
                         this.$toast(result.msg)

部分文件因文件數量過多而無法顯示