ecinc-cloud-mappaio 9.6.53 → 9.6.54
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
|
@@ -742,11 +742,11 @@ function loadWappRoutes(accessedRoutes, wappRoutes, parentRoutes) {
|
|
|
742
742
|
vueurl = href.substring(11).split('?')[0] + '.vue?sysCode=' + (parentRoutes.sysCode || parentRoutes.meta.sysCode) + '&' + href.substring(11).split('?')[1];
|
|
743
743
|
}
|
|
744
744
|
if (vueurl.indexOf('portalpage/') === 0) {
|
|
745
|
-
|
|
745
|
+
vueurl = '#/dcontent/' + vueurl;
|
|
746
746
|
} else if (vueurl.indexOf('vuereportpage/') === 0) {
|
|
747
|
-
|
|
747
|
+
vueurl = '#/dcontent/' + vueurl;
|
|
748
748
|
} else {
|
|
749
|
-
|
|
749
|
+
vueurl = '#/dcontent/vuelistpage/' + vueurl;
|
|
750
750
|
}
|
|
751
751
|
href = href.split('?')[0];
|
|
752
752
|
}
|
|
@@ -40776,7 +40776,7 @@ var componentNormalizer = __webpack_require__(1656);
|
|
|
40776
40776
|
|
|
40777
40777
|
/* normalize component */
|
|
40778
40778
|
|
|
40779
|
-
var
|
|
40779
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
40780
40780
|
Building_srcvue_type_script_lang_js,
|
|
40781
40781
|
render,
|
|
40782
40782
|
staticRenderFns,
|
|
@@ -40787,7 +40787,7 @@ var entry_lib_component = (0,componentNormalizer/* default */.A)(
|
|
|
40787
40787
|
|
|
40788
40788
|
)
|
|
40789
40789
|
|
|
40790
|
-
/* harmony default export */ var Building_src = (
|
|
40790
|
+
/* harmony default export */ var Building_src = (component.exports);
|
|
40791
40791
|
;// CONCATENATED MODULE: ./packages/ecmapp/Building/index.js
|
|
40792
40792
|
|
|
40793
40793
|
|
package/lib/ecmappaio.umd.js
CHANGED
|
@@ -752,11 +752,11 @@ function loadWappRoutes(accessedRoutes, wappRoutes, parentRoutes) {
|
|
|
752
752
|
vueurl = href.substring(11).split('?')[0] + '.vue?sysCode=' + (parentRoutes.sysCode || parentRoutes.meta.sysCode) + '&' + href.substring(11).split('?')[1];
|
|
753
753
|
}
|
|
754
754
|
if (vueurl.indexOf('portalpage/') === 0) {
|
|
755
|
-
|
|
755
|
+
vueurl = '#/dcontent/' + vueurl;
|
|
756
756
|
} else if (vueurl.indexOf('vuereportpage/') === 0) {
|
|
757
|
-
|
|
757
|
+
vueurl = '#/dcontent/' + vueurl;
|
|
758
758
|
} else {
|
|
759
|
-
|
|
759
|
+
vueurl = '#/dcontent/vuelistpage/' + vueurl;
|
|
760
760
|
}
|
|
761
761
|
href = href.split('?')[0];
|
|
762
762
|
}
|
|
@@ -40786,7 +40786,7 @@ var componentNormalizer = __webpack_require__(1656);
|
|
|
40786
40786
|
|
|
40787
40787
|
/* normalize component */
|
|
40788
40788
|
|
|
40789
|
-
var
|
|
40789
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
40790
40790
|
Building_srcvue_type_script_lang_js,
|
|
40791
40791
|
render,
|
|
40792
40792
|
staticRenderFns,
|
|
@@ -40797,7 +40797,7 @@ var entry_lib_component = (0,componentNormalizer/* default */.A)(
|
|
|
40797
40797
|
|
|
40798
40798
|
)
|
|
40799
40799
|
|
|
40800
|
-
/* harmony default export */ var Building_src = (
|
|
40800
|
+
/* harmony default export */ var Building_src = (component.exports);
|
|
40801
40801
|
;// CONCATENATED MODULE: ./packages/ecmapp/Building/index.js
|
|
40802
40802
|
|
|
40803
40803
|
|