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
No known key found for this signature in database
GPG key ID: F526592B8E012263

View file

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