fix: replace membership placeholder with real page
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 5s
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 5s
This commit is contained in:
parent
bc9ad19426
commit
75babd294e
@ -75,7 +75,7 @@ function App() {
|
||||
path="membership"
|
||||
element={
|
||||
<PermissionGuard requiredRole="ADMIN">
|
||||
<Placeholder title="会员与额度" />
|
||||
<Suspense fallback={<PageLoading />}><MembershipPage /></Suspense>
|
||||
</PermissionGuard>
|
||||
}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user