Commit 5350079d authored by liujiangnan's avatar liujiangnan

feat: 切正式环境

parent b6d84e04
......@@ -139,7 +139,7 @@ export function supportMethod (method, param) {
}
} else if (cc.sys.isBrowser) {
if(method == 'getEngineInfo'){
window.air.getEngineInfoCallback({isDev: 1, uuid: 'debug-njstar-xxxxxx'});
window.air.getEngineInfoCallback({isDev: 0, 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