Commit 240223b9 authored by liujiangnan's avatar liujiangnan

refactor: 删除多余代码

parent e2309cd3
......@@ -96,9 +96,6 @@ cc.Class({
initTerminalInfo(callback) {
window.courseware.getEngineInfo(res => {
const { isDev, uuid } = JSON.parse(res);
console.log('-----------------');
console.log(`isDev===${isDev} uuid===${uuid} res===${res}`);
console.log('-----------------');
if (isDev) {
// 这里后面给个测试环境地址
this.baseApiUrl = `https://api.iplayabc.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