ZaiZai 1 gadu atpakaļ
vecāks
revīzija
a517ebf312
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      src/api/modules/other.js

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

@@ -148,9 +148,8 @@ export const saveSmsTimeout = (form, msg = true) => httpApi({
     params: form,
 }, msg)
 
-
 //获取脱机离线APP
 export const getLocalArchivesApp = () => httpApi({
-    url: 'local-app/index.json?time=' + new Date().getTime(),
+    url: 'local-app.json?time=' + new Date().getTime(),
     method: 'get',
 }, false)