Browse Source

全局提示

ZaiZai 6 months ago
parent
commit
2d8c40dc68
3 changed files with 4 additions and 4 deletions
  1. 1 1
      public/version.json
  2. 2 2
      src/api/modules/other.js
  3. 1 1
      src/api/modules/tasks/flow.js

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240823093235"
+  "value": "20240826101436"
 }

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

@@ -126,7 +126,7 @@ export const getTenantDetail = (id) => HcApi({
 export const getVersionJson = () => HcApi({
     url: 'version.json?time=' + new Date().getTime(),
     method: 'get',
-}, false)
+})
 
 //获取项目下的合同段信息
 export const getContractInfo = (form, msg = true) => HcApi({
@@ -152,4 +152,4 @@ export const saveSmsTimeout = (form, msg = true) => HcApi({
 export const getLocalArchivesApp = () => HcApi({
     url: 'local-app.json?time=' + new Date().getTime(),
     method: 'get',
-}, false)
+})

+ 1 - 1
src/api/modules/tasks/flow.js

@@ -89,6 +89,6 @@ export default {
             data: {
                 list: form,
             },
-        }, false)
+        })
     },
 }