|
|
@@ -3074,7 +3074,7 @@ export default {
|
|
|
// 动态生成PPT iframe的URL
|
|
|
setPptIframeUrl() {
|
|
|
let ppturl = "https://beta.ppt.cocorobo.cn"
|
|
|
- if (this.isBetaEnv) {
|
|
|
+ if (this.isBetaEnv()) {
|
|
|
ppturl = "https://beta.ppt.cocorobo.cn"
|
|
|
} else if (this.lang.lang == 'com') {
|
|
|
ppturl = 'https://ppt.cocorobo.com'
|