退款退货流程页面

This commit is contained in:
2022-06-11 11:06:05 +08:00
parent 74064e17ce
commit f0285c99aa
33 changed files with 9262 additions and 2219 deletions

7
utils/eventBus.js Normal file
View File

@@ -0,0 +1,7 @@
import Vue from 'vue'
/**
* 定义空的vue实例作为 goBackEntity实现非父子组件之间的通信(vue2.x中去掉了broadcast)
*/
var goBackEntity = new Vue({});
export default goBackEntity;