登录:fix引用

This commit is contained in:
luying
2021-03-08 11:08:04 +08:00
parent 6b809d1b2b
commit 6f11ff7014

View File

@@ -1,4 +1,4 @@
import { TIME_FORMAT } from '@consts';
import { TIME_FORMAT } from '../consts';
const PER_SECOND = 1 * 1000;
const PER_DAY = 24 * 60 * 60;