|
@@ -27,7 +27,7 @@ export function vaildPPTUrl() {
|
|
|
} else if (/dev/.test(url)) {
|
|
|
returnUrl = 'https://dev.kt.colexiu.com/classroom-ppt';
|
|
|
} else if (/localhost/.test(url)) {
|
|
|
- returnUrl = 'http://192.168.3.122:9527';
|
|
|
+ returnUrl = 'http://localhost:9527';
|
|
|
} else {
|
|
|
returnUrl = 'https://mec.colexiu.com/classroom-ppt';
|
|
|
}
|