ecinc-cloud-mappaio 9.0.8 → 9.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/ecmappaio.common.js
CHANGED
|
@@ -38790,7 +38790,7 @@ var user_install = function install(Vue) {
|
|
|
38790
38790
|
methods: {
|
|
38791
38791
|
formLogin: function formLogin(data) {
|
|
38792
38792
|
return request({
|
|
38793
|
-
url: '
|
|
38793
|
+
url: 'formLogin',
|
|
38794
38794
|
method: 'post',
|
|
38795
38795
|
headers: {
|
|
38796
38796
|
'content-type': 'application/x-www-form-urlencoded'
|
|
@@ -38817,7 +38817,7 @@ var user_install = function install(Vue) {
|
|
|
38817
38817
|
});
|
|
38818
38818
|
},
|
|
38819
38819
|
findNavMenus: function findNavMenus(nowf) {
|
|
38820
|
-
var reqUrl = '
|
|
38820
|
+
var reqUrl = 'homepage/allm?httpPort=' + location.port;
|
|
38821
38821
|
if (nowf === 1) reqUrl += '&nowf=1';
|
|
38822
38822
|
return request({
|
|
38823
38823
|
url: reqUrl,
|
|
@@ -39403,7 +39403,7 @@ var wfengine_install = function install(Vue) {
|
|
|
39403
39403
|
curTN: JSON.stringify($scope.curTN),
|
|
39404
39404
|
submitHandle: JSON.stringify($scope.submitHandle)
|
|
39405
39405
|
};
|
|
39406
|
-
saveData.wfInstance = saveData.wfInstance.replace(/ src=\"http(.*?)\/workflow\/wfBusiAttach\/downloadById/g, ' src="
|
|
39406
|
+
saveData.wfInstance = saveData.wfInstance.replace(/ src=\"http(.*?)\/workflow\/wfBusiAttach\/downloadById/g, ' src="./workflow/wfBusiAttach/downloadById');
|
|
39407
39407
|
saveData.autoTest = params.autoTest;
|
|
39408
39408
|
if (submitType === 'BatchTestSubmit') {
|
|
39409
39409
|
// 批量办理模拟提交
|
package/lib/ecmappaio.umd.js
CHANGED
|
@@ -38799,7 +38799,7 @@ var user_install = function install(Vue) {
|
|
|
38799
38799
|
methods: {
|
|
38800
38800
|
formLogin: function formLogin(data) {
|
|
38801
38801
|
return request({
|
|
38802
|
-
url: '
|
|
38802
|
+
url: 'formLogin',
|
|
38803
38803
|
method: 'post',
|
|
38804
38804
|
headers: {
|
|
38805
38805
|
'content-type': 'application/x-www-form-urlencoded'
|
|
@@ -38826,7 +38826,7 @@ var user_install = function install(Vue) {
|
|
|
38826
38826
|
});
|
|
38827
38827
|
},
|
|
38828
38828
|
findNavMenus: function findNavMenus(nowf) {
|
|
38829
|
-
var reqUrl = '
|
|
38829
|
+
var reqUrl = 'homepage/allm?httpPort=' + location.port;
|
|
38830
38830
|
if (nowf === 1) reqUrl += '&nowf=1';
|
|
38831
38831
|
return request({
|
|
38832
38832
|
url: reqUrl,
|
|
@@ -39412,7 +39412,7 @@ var wfengine_install = function install(Vue) {
|
|
|
39412
39412
|
curTN: JSON.stringify($scope.curTN),
|
|
39413
39413
|
submitHandle: JSON.stringify($scope.submitHandle)
|
|
39414
39414
|
};
|
|
39415
|
-
saveData.wfInstance = saveData.wfInstance.replace(/ src=\"http(.*?)\/workflow\/wfBusiAttach\/downloadById/g, ' src="
|
|
39415
|
+
saveData.wfInstance = saveData.wfInstance.replace(/ src=\"http(.*?)\/workflow\/wfBusiAttach\/downloadById/g, ' src="./workflow/wfBusiAttach/downloadById');
|
|
39416
39416
|
saveData.autoTest = params.autoTest;
|
|
39417
39417
|
if (submitType === 'BatchTestSubmit') {
|
|
39418
39418
|
// 批量办理模拟提交
|