摘要: 一、设置 main.js // 1.引入 import * as API from '@/api'; new Vue({ render: h => h(App), beforeCreate() { Vue.prototype.$bus = this // 2.原型 Vue.prototype.$AP 阅读全文
posted @ 2025-02-21 10:05 市丸银 阅读(10) 评论(0) 推荐(0)