Commit 3b3adc60 authored by liujiaxin's avatar liujiaxin

a

parent d2c1353e
...@@ -165,6 +165,8 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -165,6 +165,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
globalThis.aaa = this; globalThis.aaa = this;
const that = this; const that = this;
// @ts-ignores // @ts-ignores
window.air = window.air || {};
// @ts-ignores
window.air.getEngineInfoCallback = function({isDev} ) { window.air.getEngineInfoCallback = function({isDev} ) {
console.log(isDev); console.log(isDev);
if (isDev) { if (isDev) {
......
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