소스 검색

脱机存档

ZaiZai 1 년 전
부모
커밋
a517ebf312
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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)