在main.js中添加如下代码即可实现mixin在每个页面混入
Vue.mixin({ //定义全局变量 data() { return { } }, onLoad() { }, onShow() { }, methods:{ } });