wolyshaw 3 năm trước cách đây
mục cha
commit
8e6d24db06
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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' //
   }
 }