@mjhls/mjh-framework 1.0.398 → 1.0.399
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 +1 -1
- package/dist/cjs/index.js +3 -1
- package/dist/esm/index.js +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -22299,7 +22299,9 @@ var getDocumentGroupUrl = function getDocumentGroupUrl(docGroup) {
|
|
|
22299
22299
|
}
|
|
22300
22300
|
var url = void 0;
|
|
22301
22301
|
if (docGroup.path.includes('/')) {
|
|
22302
|
-
|
|
22302
|
+
console.log(docGroup);
|
|
22303
|
+
console.log(docGroup.path);
|
|
22304
|
+
return "/" + docGroup.path;
|
|
22303
22305
|
}
|
|
22304
22306
|
|
|
22305
22307
|
if (docGroup.parent) {
|
package/dist/esm/index.js
CHANGED
|
@@ -22296,7 +22296,9 @@ var getDocumentGroupUrl = function getDocumentGroupUrl(docGroup) {
|
|
|
22296
22296
|
}
|
|
22297
22297
|
var url = void 0;
|
|
22298
22298
|
if (docGroup.path.includes('/')) {
|
|
22299
|
-
|
|
22299
|
+
console.log(docGroup);
|
|
22300
|
+
console.log(docGroup.path);
|
|
22301
|
+
return "/" + docGroup.path;
|
|
22300
22302
|
}
|
|
22301
22303
|
|
|
22302
22304
|
if (docGroup.parent) {
|