登录:fix引用

This commit is contained in:
luying
2021-03-04 16:37:54 +08:00
parent 53c0835b2b
commit 32bb6cb2e3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import { APP_ID } from './../consts';
import BaseModel from './BaseModel';
import { index, getModelForClass, prop, DocumentType, modelOptions } from '@typegoose/typegoose';
import { getSeconds } from 'app/pubUtils/timeUtil';
import { getSeconds } from '../pubUtils/timeUtil';
class ServerInfo {
@prop({ required: true })

View File

@@ -1,6 +1,6 @@
import * as request from "request-promise";
import * as crypto from 'crypto'
import { BANTU_VID_ADDR, BANTU_VID_APP_KEY } from '@consts';
import { BANTU_VID_ADDR, BANTU_VID_APP_KEY } from '../consts';
/**
* 实名认证