#### 因在main.js中在vue的原型中加了$helper属性: ```js import Helper from "@/libs/tools-new.js" Vue.prototype.$helper = Helper; ``` 所以方法直接调用: this.$helper.方法名称