xiaozy #2

Merged
xiaozhiyong merged 17 commits from xiaozy into master 2023-04-12 11:19:18 +08:00
Showing only changes of commit f9bf46aff8 - Show all commits

View File

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