feat: now user can check its topup & consume history (close #78, close #95)

This commit is contained in:
JustSong
2023-06-10 16:04:04 +08:00
parent 145bb14cb2
commit 74f508e847
8 changed files with 240 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ import EditChannel from './pages/Channel/EditChannel';
import Redemption from './pages/Redemption';
import EditRedemption from './pages/Redemption/EditRedemption';
import TopUp from './pages/TopUp';
import Log from './pages/Log';
const Home = lazy(() => import('./pages/Home'));
const About = lazy(() => import('./pages/About'));
@@ -250,6 +251,14 @@ function App() {
</PrivateRoute>
}
/>
<Route
path='/log'
element={
<PrivateRoute>
<Log />
</PrivateRoute>
}
/>
<Route
path='/about'
element={