rem基准为1080

This commit is contained in:
X1627315083
2025-10-09 11:20:35 +08:00
parent d6508582ec
commit ffaf4c8d44
5 changed files with 21 additions and 9 deletions

View File

@@ -17,6 +17,12 @@ const router = createRouter({
// name: 'activitiesWorkshop',
// redirect: "/activities/workshop",
// },
{
path: '/workshop/selectStyle',
name: 'SelectStyle',
component: () => import('../views/Workshop/selectStyle.vue'),
},
]