Commit 3b3adc60 authored by liujiaxin's avatar liujiaxin

a

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