Commit e3763483 authored by liujiaxin's avatar liujiaxin

feat: env dev

parent 7efa6af3
...@@ -186,7 +186,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -186,7 +186,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
} }
if (!cc.sys.isNative) { if (!cc.sys.isNative) {
// @ts-ignores // @ts-ignores
window.air.getEngineInfoCallback(true) window.air.getEngineInfoCallback({isDev: 1})
} }
} }
initBg() { initBg() {
......
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