修复preview修改颜色没有成功问题

This commit is contained in:
X1627315083
2023-12-14 12:02:42 +08:00
parent 269e305386
commit 44d4a45609
10 changed files with 493 additions and 18 deletions

View File

@@ -33,6 +33,11 @@ const routes: Array<RouteRecordRaw> = [
name: 'library',
component: _import('LibraryPage')
},
{
path: '/trialApproval',
name: 'trialApproval',
component: _import('trialApproval')
},
]
const router = createRouter({