How do I set the default root route not to "/"?

the default root route for packaging is "/" ,
how to change the packaged root route to "/ test/"
other routes should also be based on / test/url to display

.

publicPath


configure publicPath=/test/
and then in all router , replace / with publicPath

.
Menu