GameModule.js 147 B

12345678910
  1. // 用来记录导出的模块
  2. module.exports = {
  3. game: null,
  4. userInfo: null,
  5. ownerHome: null,
  6. tab: null,
  7. friendInfo: null
  8. };