mirror of
https://github.com/nocobase/nocobase
synced 2024-11-18 11:56:37 +00:00
2 lines
103 B
JavaScript
2 lines
103 B
JavaScript
|
var match = location.pathname.match(/^\/apps\/([^/]*)\//);
|
||
|
window.routerBase = match ? match[0] : "/";
|