适配b9
This commit is contained in:
@@ -11,7 +11,6 @@ import Home from "./pages/Home";
|
||||
import NotFound from "./pages/NotFound";
|
||||
import Dashboard from "./pages/Dashboard";
|
||||
import AudioPage from "./pages/AudioPage";
|
||||
import BluetoothPage from "./pages/BluetoothPage";
|
||||
import SystemPage from "./pages/SystemPage";
|
||||
import IOPage from "./pages/IOPage";
|
||||
import VUPage from "./pages/VUPage";
|
||||
@@ -61,7 +60,6 @@ function AppRouter() {
|
||||
<Route path="/audio" component={AudioPage} />
|
||||
<Route path="/eq" component={EQPageRoute} />
|
||||
<Route path="/effects" component={EffectsPageRoute} />
|
||||
<Route path="/bluetooth" component={BluetoothPage} />
|
||||
<Route path="/system" component={SystemPage} />
|
||||
<Route path="/io" component={IOPage} />
|
||||
<Route path="/vu" component={VUPage} />
|
||||
|
||||
Reference in New Issue
Block a user