联调修改结构
This commit is contained in:
@@ -336,7 +336,7 @@ class _LoginPageState extends State<LoginPage> with SingleTickerProviderStateMix
|
||||
try {
|
||||
String encryptedPassword = LoginUtil.encrypt(password);
|
||||
var responseData = await HttpService.to.post(
|
||||
'/login/password',
|
||||
'appointment/login/password',
|
||||
data: {
|
||||
'account': account,
|
||||
'password': encryptedPassword,
|
||||
|
||||
Reference in New Issue
Block a user