Commit 0d523aa8 authored by liujiangnan's avatar liujiangnan

feat: 添加默认的机器码

parent 240223b9
...@@ -228,7 +228,7 @@ export function initAir(_this) { ...@@ -228,7 +228,7 @@ export function initAir(_this) {
} else { } else {
console.error('非源生环境'); console.error('非源生环境');
if(method == 'getEngineInfo'){ if(method == 'getEngineInfo'){
window.air.getEngineInfoCallback({isDev: 1}); window.air.getEngineInfoCallback({isDev: 1, uuid: 'debug-xxxxxx-xxxxxx'});
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment