Commit 74ae27e0 authored by liujiangnan's avatar liujiangnan

feat

parent e330edd0
import { initAir } from './air';
import { playAudio, showBigStar } from './util';
cc.Class({
extends: cc.Component,
properties: {
......@@ -156,7 +155,7 @@ cc.Class({
this.currentSceneName = bundleName;
this.showWaitingLetters();
const data = await this.callNetworkApiGet(`/api/template/v1/${bundleName}`, {});
const data = await this.callNetworkApiGet(`/api/template/v1/${bundleName}`, {}, `http://openapi.iteachabc.com`);
let configData = null;
if (cc.sys.os == cc.sys.OS_IOS) {
configData = data.data.conf.ios;
......
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