update 修改bug81427;把配置文件单独提出来

This commit is contained in:
赵霄
2024-01-29 14:41:24 +08:00
parent b924a179de
commit 52d3afd690
10 changed files with 32 additions and 18 deletions
+3 -3
View File
@@ -6,10 +6,10 @@
const interfaceUrl = window._CONFIG.interfaceUrl + '/laws-sinotruk/' //本地
// const interfaceUrl = 'https://srms.foton.com.cn/api/' //线上
const uploadFilePath = '/laws-sinotruk/onlyoffice/upload' // 上传文件地址
const downloadFilePath = window._CONFIG.downloadUrl + '/laws-sinotruk/onlyoffice/downLoadFile' // 下载文件地址
const uploadFilePath = '/laws-sinotruk/onlyOffice/upload' // 上传文件地址
const downloadFilePath = window._CONFIG.downloadUrl + '/laws-sinotruk/onlyOffice/downLoadFile' // 下载文件地址
const staticFilePath = window._CONFIG.interfaceUrl + '/laws-sinotruk/onlyoffice/downLoadFile' //本地
const staticFilePath = window._CONFIG.interfaceUrl + '/laws-sinotruk/onlyOffice/downLoadFile' //本地
// const staticFilePath = 'https://srms.foton.com.cn/api/att/attFile/downloadFile' //线上
module.exports = {
interfaceUrl,