exampleStore.js 317 Bytes Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 class Store { data = { locationName: '', participatorUserId: [], // 参会人的userId roomId: '', startTime: '', endTime: '', originUsers: [], originUsersId: [], originalData: null, indexNeedUpdate: false, } } export default new Store()