This commit is contained in:
xiaozhiyong
2023-04-06 14:06:46 +08:00
parent b1e0856a08
commit f9bf46aff8

View File

@@ -47,7 +47,7 @@ const routes = [
] ]
const router = new VueRouter({ const router = new VueRouter({
mode: 'history', // mode: 'history',
base: process.env.BASE_URL, base: process.env.BASE_URL,
routes routes
}) })