Commit 103fe608 authored by liujiaxin's avatar liujiaxin

dev

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