Commit 4c759dad authored by liujiaxin's avatar liujiaxin

添加iframe和白板功能同步

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