|
@@ -173,12 +173,12 @@
|
|
|
/** 新增按钮操作 */
|
|
|
handleAdd() {
|
|
|
this.reset()
|
|
|
- this.src = 'http://192.168.1.56:8081' + '/modeler/create?r=' + Math.random()
|
|
|
+ this.src = '/prod-api/modeler/create?r=' + Math.random()
|
|
|
this.editOpen = true
|
|
|
},
|
|
|
/** 编辑按钮操作 */
|
|
|
handleUpdate(row) {
|
|
|
- this.src = 'http://192.168.1.56:8081' + '/modeler/activiti/index?modelId=' + row.id
|
|
|
+ this.src = '/prod-api/modeler/activiti/index?modelId=' + row.id
|
|
|
document.getElementById('activiti_main').contentWindow.location.reload()
|
|
|
this.editOpen = true
|
|
|
},
|