Explorar el Código

should have timestamp for studentClientConfig.json

Michael Wang hace 5 años
padre
commit
72c1e68a5a
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/features/Login/Login.vue

+ 4 - 4
src/features/Login/Login.vue

@@ -661,10 +661,10 @@ export default {
           fileSever +
             "/org_properties/byOrgDomain/" +
             this.domainInUrl +
-            "/studentClientConfig.json"
-          // "?" +
-          // Date.now() +
-          // Math.random()
+            "/studentClientConfig.json" +
+            "?" +
+            Date.now() +
+            Math.random()
         );
         if (res.ok) {
           const json = await res.json();