preLoadFile.js 96 B

12345
  1. window.onInterceptedData = function (data) {
  2. window.systemInfo = data
  3. console.log(data)
  4. };