全部板块左边需要溢出,详情页的提示框需要页面居中

This commit is contained in:
xiaoronghao
2023-04-14 19:13:49 +08:00
parent bb952fc553
commit 1ecc639410
21 changed files with 14891 additions and 2614 deletions

View File

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