Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
fix(toolbox): correct u-office link
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI committed Nov 1, 2021
1 parent 9dda65f commit 4ccf825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Url {
// region ECNU
static const _ecnu = 'ecnu.edu.cn';

static const uOffice = 'http://www.u-office.$_ecnu';
static const uOffice = 'http://u-office.$_ecnu';
static const calendar = '$uOffice/xiaoli';
static const announcements = 'https://www.$_ecnu/tzgg.htm';
static const map = 'https://eoffice.$_ecnu/ecnu3d/main.psp';
Expand Down

0 comments on commit 4ccf825

Please sign in to comment.