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,6 +1,6 @@
import {
SystemConfig
} from '../config/main.js'
} from '../config'
// 截取字符串,多余的部分用...代替
export let setString = (str, len) => {