修复bug

This commit is contained in:
liyuhua
2024-04-24 20:08:24 +08:00
parent 630ee2f754
commit cfd4111b24
160 changed files with 1140 additions and 571 deletions

View File

@@ -242,7 +242,7 @@
if ([ClientConfig shareConfig].canOpen) {
[self pushWebViewWIthUrl:URLWithType(kAccountlogoutURL)];
} else {
[self pushWebViewWIthUrl:@"youmi/modules/logOff/index.html"];
[self pushWebViewWIthUrl:@"molistar/modules/logOff/index.html"];
}
}
break;