mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2025-03-10 15:45:22 +08:00
修改为return false
This commit is contained in:
parent
0b434a6f78
commit
16cea766be
@ -55,7 +55,7 @@ export async function UserPassMsg(e) {
|
||||
|
||||
export async function UserPassLogin(e) {
|
||||
if (!e.isPrivate) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
let Mys = new mys(e)
|
||||
let res = await Mys.UserPassLogin();
|
||||
|
Loading…
x
Reference in New Issue
Block a user