Rename common.js to login.js

This commit is contained in:
Yukai Huang 2017-01-13 22:51:44 +08:00
parent c2a8911b9c
commit 0fca629c34
5 changed files with 14 additions and 7 deletions

View file

@ -1,9 +1,13 @@
import store from 'store';
import S from 'string';
import {
checkIfAuth
} from './lib/common/login';
import {
checkIfAuth,
urlpath
} from './common';
} from './lib/config';
window.migrateHistoryFromTempCallback = null;