Przeglądaj źródła

支付功能开发

JXDS18FUJT 1 rok temu
rodzic
commit
65256d898f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/App.tsx

+ 1 - 1
src/App.tsx

@@ -17,7 +17,7 @@ export function App() {
     <Router>
     <Switch>
       <Route exact path="/">
-        <Home />
+        <VideoKindList />
       </Route>
       <Route path="/home">
         <Home />