wolyshaw vor 3 Jahren
Ursprung
Commit
8e6d24db06
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/helpers/utils.js

+ 1 - 1
src/helpers/utils.js

@@ -16,6 +16,6 @@ export const getStuName = () => {
   }  else if (location.hostname.indexOf('localhost') > -1) {
     return 'http://localhost:9001'
   } else {
-    return 'http://mstutest.dayaedu.com' //'http://localhost:9001' //
+    return 'https://mstutest.dayaedu.com' //'http://localhost:9001' //
   }
 }