Commit 3a9259e5 by liushikai

infbdd路由配置

parent c0d5884c
......@@ -14,6 +14,7 @@ import Letopn from "./Letopn"
import Sptrel from "./Sptrel"
import Sptrou from "./Sptrou"
import Bddsel from "./Bddsel"
import Infbdd from "./Infbdd"
const BusRouter = [
......@@ -33,6 +34,7 @@ const BusRouter = [
{path:'sptrel',component:Sptrel},
{path:'sptrou',component:Sptrou},
{path:'bddsel',component:Bddsel},
{path:'infbdd',component:Infbdd},
]
export default BusRouter
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment