update 流程配置-跳转工作流编辑器调整

This commit is contained in:
赵霄
2023-10-16 11:56:19 +08:00
parent bf517b5d37
commit 95a9aa5e98
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -14,5 +14,3 @@ window._CONFIG.onlinePreviewDomainURL = 'http://127.0.0.1:8012/onlinePreview'
window._CONFIG.onlyOfficeUrl = 'http://127.0.0.1:8080'
// onlyOffice下载文件地址(暂时没用)
window._CONFIG.onlyOfficeDownloadFileUrl = 'http://localhost:8184/sys/common/download'
// 流程图固定地址
window._CONFIG.flowchartFixedAddress = 'http://localhost:3334/laws-sinotruk/modeler.html?modelId='
@@ -97,7 +97,7 @@ export default {
* @param id
*/
handleEditFlowchart ({ id }) {
window.open(window._CONFIG.flowchartFixedAddress + id, '_blank')
window.open('/laws-sinotruk/modeler.html?modelId=' + id, '_blank')
},
handleEditFlowNode ({ id }) {
this.$router.push({