Commit 644435aa authored by liujiangnan's avatar liujiangnan

feat

parent b9e07e32
......@@ -139,7 +139,7 @@ export function supportMethod (method, param) {
}
} else if (cc.sys.isBrowser) {
if(method == 'getEngineInfo'){
window.air.getEngineInfoCallback({isDev: 0, uuid: 'debug-njstar-xxxxxx'});
window.air.getEngineInfoCallback({isDev: 1, uuid: 'debug-njstar-xxxxxx'});
} else if (method == 'startTest') {
// 初始化参数
initSkKouYuParms(param.params, 'para.eval');
......
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