The last link appears after the vue is refreshed manually, resulting in the loss of all css and js?

the last link appears after the manual refresh of vue, resulting in the loss of all css and js, such as https://cn.vuejs.org/v2 becomes https://cn.vuejs.org/v2/. Is this a vue routing problem or a browser problem? Is there any solution? -sharp-sharp-sharp topic description

sources of topics and their own ideas

I encountered this problem in the project. At first, I suspected that it was caused by the page jumping to the second-level routing. Later, I wrote that the second-level routing was useless, and now I don"t know what to do. I also want to define the routing name"/ v2" as"/ v2max "directly, but I haven"t seen the effect yet. Do you have any good suggestions?

Aug.25,2021

try changing the route pattern to hash

Menu