🐞 fix(后台): 修复gm后台账号表引用问题
This commit is contained in:
@@ -2,7 +2,7 @@ import { COUNTER } from './../consts';
|
||||
import { CounterAllModal } from './CounterAll';
|
||||
import BaseModel from './BaseModel';
|
||||
import { index, getModelForClass, prop, DocumentType, mongoose, ReturnModelType } from '@typegoose/typegoose';
|
||||
import { nowSeconds } from '@pubUtils/timeUtil';
|
||||
import { nowSeconds } from '../pubUtils/timeUtil';
|
||||
const bcrypt = require('bcrypt');
|
||||
const SALT_WORK_FACTOR = 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user