wangguoyu 4 ngày trước cách đây
mục cha
commit
dcf22432e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/login/login.vue

+ 1 - 1
pages/login/login.vue

@@ -117,7 +117,7 @@
 				login(req).then(res => {
 					if (res.code == 0) {
 						cacheManager.set('auth', res.data)
-						if (res.data.levelId == 0) {
+						if (res.data.subjectId ==0 &&res.data.levelId == 0) {
 							uni.redirectTo({
 								url: `/pages/selectGradesTerms/index`
 							})