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