全局:清理部分console
This commit is contained in:
@@ -131,7 +131,7 @@ export default class User extends BaseModel {
|
||||
}
|
||||
|
||||
public static async createOrUpdate(isGuest: boolean, tel: string, token: string, platform: string, pkgName: string, serverType: string, deviceId: string) {
|
||||
console.log(tel);
|
||||
// console.log(tel);
|
||||
|
||||
let user: UserType = await UserModel.findOne({ tel }).lean({ getters: true });
|
||||
if (!user) {
|
||||
|
||||
Reference in New Issue
Block a user