由于linux 大小写敏感, 控件內每个导入都是 大写的 例如 var _Switch = require('./Switch'); 但文件夹是小写的,导致 linux 打包时无法找到而报错。windows 下是没问题的。