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