瀏覽代碼

修改接口返回

lex-xin 5 年之前
父節點
當前提交
40e7e5426b
共有 5 個文件被更改,包括 7 次插入0 次删除
  1. 0 0
      dist/css/ClassDetail.74e308d7.css
  2. 0 0
      dist/index.html
  3. 0 0
      dist/js/ClassDetail.3dd62978.js
  4. 0 0
      dist/js/app.9dd558e7.js
  5. 7 0
      src/views/app/ClassDetail.vue

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


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


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


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


+ 7 - 0
src/views/app/ClassDetail.vue

@@ -80,6 +80,13 @@ export default {
                         this.dataInfo = result.data
                         this.courseList = result.data.courseSchedules
                     }
+                } else if(result.code == 403) {
+                    this.$router.push({
+                        path: '/appLogin',
+                        query: {
+                            groupId: params.groupId
+                        }
+                    })
                 } else {
                     this.$toast(result.msg)
                 }

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