Ver Fonte

支付功能开发

JXDS18FUJT há 1 ano atrás
pai
commit
65256d898f
1 ficheiros alterados com 1 adições e 1 exclusões
  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 />