Skip to content

Commit

Permalink
⚡ Use cyjwgl instead of cyjwb for course evaluate in Cheng Yi.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 20, 2020
1 parent 5db0112 commit a12be03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/home/score_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ScorePage extends StatelessWidget {
void gotoEvaluate() {
String url;
if (UserAPI.currentUser.isCY) {
url = 'http://cyjwb.jmu.edu.cn/';
url = 'http://cyjwgl.jmu.edu.cn/';
} else {
url = 'http://sso.jmu.edu.cn/imapps/1070?sid=${currentUser.sid}';
}
Expand Down

0 comments on commit a12be03

Please sign in to comment.