gw-gis-standard-global-vue3 1.1.77 → 1.1.78
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.
|
@@ -547,7 +547,7 @@ var gisGlobal = /*#__PURE__*/function () {
|
|
|
547
547
|
});
|
|
548
548
|
this.name = '';
|
|
549
549
|
this.storage = '';
|
|
550
|
-
this.xu = 12345
|
|
550
|
+
// this.xu = 12345
|
|
551
551
|
this.fullScreenState = false;
|
|
552
552
|
this.routerComponentAll = [];
|
|
553
553
|
this.router = [];
|
|
@@ -2903,6 +2903,7 @@ var GisPermission = /*#__PURE__*/function () {
|
|
|
2903
2903
|
// 注意:权限不足,直接跳转403
|
|
2904
2904
|
if (to.matched.length > 0) {
|
|
2905
2905
|
var lastRouteMsg = to.matched.at(-1);
|
|
2906
|
+
lastRouteMsg.meta = _objectSpread2(_objectSpread2({}, to.meta), lastRouteMsg.meta);
|
|
2906
2907
|
if (lastRouteMsg.meta.GwRoleSet && !lastRouteMsg.meta.visible) {
|
|
2907
2908
|
// 找整个模块第一个显示的页面
|
|
2908
2909
|
if (to.path) {
|