接口对接

This commit is contained in:
yuekuo
2023-04-19 16:04:44 +08:00
parent 7856fedaed
commit 35dd625a65
8 changed files with 42 additions and 8 deletions
+3
View File
@@ -71,5 +71,8 @@ Vue.config.productionTip = false
new Vue({
router,
store,
beforeCreate(){
Vue.prototype.$bus = this //安装全局事件总线
},
render: h => h(App)
}).$mount('#app')