@newview/permission-service 1.2.28 → 1.2.29
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/README.md
CHANGED
|
@@ -29803,12 +29803,12 @@ const index = [
|
|
|
29803
29803
|
},
|
|
29804
29804
|
{
|
|
29805
29805
|
// 看板模块
|
|
29806
|
-
path: "/viewModule/ViewModule",
|
|
29806
|
+
path: "/permission-service/viewModule/ViewModule",
|
|
29807
29807
|
component: ViewModule
|
|
29808
29808
|
},
|
|
29809
29809
|
{
|
|
29810
29810
|
// 集团关系
|
|
29811
|
-
path: "/groupRelationships/GroupRelationships",
|
|
29811
|
+
path: "/permission-service/groupRelationships/GroupRelationships",
|
|
29812
29812
|
component: GroupRelationships
|
|
29813
29813
|
}
|
|
29814
29814
|
];
|