ZaiZai 2 anni fa
parent
commit
e925b5ef64
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/api/modules/other.js

+ 1 - 1
src/api/modules/other.js

@@ -61,6 +61,6 @@ export const getApprovesList = (form, msg = true) => httpApi({
 
 //获取更新信息
 export const getVersionJson = () => httpApi({
-    url: 'version.json',
+    url: 'version.json?time=' + new Date().getTime(),
     method: 'get'
 }, false);