修复preview修改颜色没有成功问题
This commit is contained in:
@@ -33,6 +33,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: 'library',
|
||||
component: _import('LibraryPage')
|
||||
},
|
||||
{
|
||||
path: '/trialApproval',
|
||||
name: 'trialApproval',
|
||||
component: _import('trialApproval')
|
||||
},
|
||||
]
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user