Commit 4c759dad authored by liujiaxin's avatar liujiaxin

添加iframe和白板功能同步

parent fee05a58
......@@ -8,3 +8,4 @@ build
src/assets/.DS_Store
!src/assets/
node_modules
/.idea/
......@@ -78,7 +78,7 @@ export class EndPoint {
}
getCourseUrl(){
return `http://staging-ac.ireadabc.com/airclass_ol?token=${this.userToken}`;
return `${ENDPOINT}/airclass_ol?token=${this.userToken}`;
}
async config() {
......
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