|
|
@@ -153,9 +153,13 @@ export default {
|
|
|
this.showIframe = false;
|
|
|
|
|
|
this.$nextTick(() => {
|
|
|
- let api = ''
|
|
|
+ let api = 'https://ppt.cocorobo.cn'
|
|
|
if (this.$region == 'beta') {
|
|
|
api = 'https://beta.ppt.cocorobo.cn'
|
|
|
+ } else if (this.$region == 'hk') {
|
|
|
+ api = 'https://ppt.cocorobo.hk'
|
|
|
+ } else if (this.$region == 'com') {
|
|
|
+ api = 'https://ppt.cocorobo.com'
|
|
|
} else {
|
|
|
api = 'https://ppt.cocorobo.cn'
|
|
|
}
|