createWebHistory 生产环境下不带#
const router = createRouter({ history: createWebHistory(), routes });
createWebHashHistory路由模式路径带#号
const router = createRouter({ history: createWebHashHistory(), routes });
const router = createRouter({ history: createWebHistory(), routes });
const router = createRouter({ history: createWebHashHistory(), routes });