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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.