|
@@ -565,7 +565,7 @@ function switchSwiper(si) {
|
|
|
// url: obj.processList[si - 1].url
|
|
|
// }));
|
|
|
util.get({
|
|
|
- url: DPZHD_PATH + '/automation/guide/switch',
|
|
|
+ url: DPZHD_PATH + 'automation/guide/switch',
|
|
|
data: {
|
|
|
id: obj.processList[si - 1].id
|
|
|
},
|
|
@@ -960,7 +960,7 @@ function closeMonitor() {
|
|
|
function openMonitor() {
|
|
|
$('#monitorUl').empty();
|
|
|
util.get({
|
|
|
- url: FLAT_PATH_THREE + '/apiUrl/sendApiUrlAndParam',
|
|
|
+ url: FLAT_PATH_THREE + 'apiUrl/sendApiUrlAndParam',
|
|
|
data: {
|
|
|
urlCode: 'YW_001',
|
|
|
params: JSON.stringify({
|
|
@@ -1073,7 +1073,7 @@ function initFramePage(processList) {
|
|
|
});
|
|
|
}
|
|
|
util.post({
|
|
|
- url: DPZHD_PATH + '/automation/guide/init',
|
|
|
+ url: DPZHD_PATH + 'automation/guide/init',
|
|
|
contentType: 'application/json',
|
|
|
data: JSON.stringify({'init': JSON.stringify(array)}),
|
|
|
success: function(res) {
|