ZaiZai %!s(int64=2) %!d(string=hai) anos
pai
achega
e925b5ef64
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);