소스 검색

should have timestamp for studentClientConfig.json

Michael Wang 5 년 전
부모
커밋
72c1e68a5a
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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();