Commit d2c1353e authored by liujiaxin's avatar liujiaxin

a

parent 690dada1
......@@ -168,9 +168,9 @@ export default class SceneComponent extends MyCocosSceneComponent {
window.air.getEngineInfoCallback = function({isDev} ) {
console.log(isDev);
if (isDev) {
this.BASE_URL = 'https://staging-teach.ireadabc.com';
that.BASE_URL = 'https://staging-teach.ireadabc.com';
} else {
this.BASE_URL = 'https://iteachabc.com';
that.BASE_URL = 'https://iteachabc.com';
}
console.log(111111);
that.initialized();
......
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