@@ -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)