DanXi-Dev / DanXi

[Windows / Mac / Android / iOS] Maybe the best all-rounded service app for Fudan University students. 可能是复旦学生最好的第三方校园服务APP。
https://danxi.fduhole.com
GNU General Public License v3.0
183 stars 31 forks source link

[BUG] 研究生登录之后无法加载课表 #350

Open PramSin opened 2 weeks ago

PramSin commented 2 weeks ago

描述 Bug 研究生登录之后无法加载课表

复现步骤 复现该 Bug 的步骤:

  1. 到 日程 页面
  2. 刷新界面
  3. 输入验证码
  4. 出现错误

截图 image image

系统信息

PramSin commented 2 weeks ago

236 在处理这个issue时,处理后的commit并没有经过测试。实际上在flutter_js中,atob函数无法使用,因而在encrypt password的过程中会产生”ReferenceError: 'atob' is not defined at (:929)“的报错,导致登陆失败。

所以需要用不适用内置atob函数的方式对base64进行解码,我会提交一个PR,希望测试通过之后能够merge。