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
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
Previous: About nodejs time format
Next: The problem of invalid style is introduced into the application of Dva construction.