后台模板
Appearance
console.log()写起来很麻烦,所以稍微做了一点封装。
console.log()
log('111', '222') // 111 222
warn('**为必填项!', '222')
error('**类型错误,无法解析!')