v0.0.5 修复bug

This commit is contained in:
2017-01-23 15:39:41 +08:00
parent ef84eb8428
commit 502ff4aa94
7 changed files with 75 additions and 58 deletions

View File

@ -1,5 +1,5 @@
import Sequelize from 'sequelize'
import { SystemConfig } from '../config/main'
import { SystemConfig } from '../config'
export default new Sequelize(SystemConfig.mysql_database, SystemConfig.mysql_user, SystemConfig.mysql_password, {
host: SystemConfig.mysql_host,