11wqe1 vor 6 Monaten
Ursprung
Commit
58834ac2d7
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5 1
      src/components/pptEasyClass/index.vue

+ 5 - 1
src/components/pptEasyClass/index.vue

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