@laiye_packages/uci 1.0.0 → 1.0.1
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/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10280,6 +10280,8 @@ class base_LYBaseApp extends LYObject {
|
|
|
10280
10280
|
}
|
|
10281
10281
|
try {
|
|
10282
10282
|
const parts = url.pathname.split('/');
|
|
10283
|
+
debugger;
|
|
10284
|
+
console.log("parts:", parts, url);
|
|
10283
10285
|
const index = parts.findIndex((part)=>'view' === part);
|
|
10284
10286
|
if (-1 === index) throw new Error('view not found in URL');
|
|
10285
10287
|
let tenantName = parts[index + 2];
|