修改登录接口变化引起的 bug

This commit is contained in:
liangtongchuan
2020-10-17 01:33:55 +08:00
parent 7a490916f1
commit 4a2f3567e5
3 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import { COUNTER } from './../consts/consts';
import { CounterModel } from './Counter';
import BaseModel from './BaseModel';
import { index, getModelForClass, prop } from '@typegoose/typegoose';
import { genCode } from 'app/pubUtils/util';
import { genCode } from '../pubUtils/util';
/**
* 用户字段接口