Commit 103fe608 authored by liujiaxin's avatar liujiaxin

dev

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