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