utils 基础方法集 Vue全局注册 import utils from './utils' Vue.use(utils); 挂载对象 import utils from './utils' Vue.prototype.$utils = utils();