fix(router): base route does not match ui on custom path

This commit is contained in:
Joxit
2021-03-30 21:47:28 +02:00
parent 8ef411059c
commit 7d095916db

View File

@@ -117,7 +117,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
});
}
},
baseRoute: '/(\\?[^#]*)?(#!)?(/?)',
baseRoute: '([^#]*?)/(\\?[^#]*?)?(#!)?(/?)',
router,
version
}