1
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2025-03-10 19:55:23 +08:00

修改为return false

This commit is contained in:
ctrlcvs 2023-01-14 00:44:04 +08:00
parent 0b434a6f78
commit 16cea766be

View File

@ -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();