GamePortrait/node_modules/.cache/babel-loader/e4a163778325fb6fda32bf1e7c6c73f5d471acb59ab2c7c54078fa4205fc3d61.json

1 line
427 B
JSON

{"ast":null,"code":"const getters = {\n // 获取单张台信息\n getTableById: state => id => {\n let data = {\n ludan: {},\n game_id: 1\n };\n if (state.app.allTableData && state.app.allTableData.length > 0) {\n data = state.app.allTableData.find(v => v.id == id);\n }\n return data;\n }\n};\nexport default getters;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}