适配新版本api

This commit is contained in:
jyuesong
2022-04-24 12:12:53 +08:00
parent 6c3c15a85d
commit 70f4df431f
7 changed files with 144 additions and 25 deletions

View File

@@ -2,6 +2,8 @@ import '../../main.dart';
import '../userinfo_viewmodel.dart';
class Url {
static get system => "/api/system";
static get login => "/api/user/login";
static get loginOld => "/api/login";