http://localhost:8080/#/
const router = createRouter({ history: createWebHistory(), routes });
http://localhost:8080/
const router = createRouter({ history: createWebHashHistory(), routes });
VUE3.0 路由去掉#号
原文:https://www.cnblogs.com/laijinquan/p/14358465.html