Commit 3a9259e5 by liushikai

infbdd路由配置

parent c0d5884c
...@@ -14,6 +14,7 @@ import Letopn from "./Letopn" ...@@ -14,6 +14,7 @@ import Letopn from "./Letopn"
import Sptrel from "./Sptrel" import Sptrel from "./Sptrel"
import Sptrou from "./Sptrou" import Sptrou from "./Sptrou"
import Bddsel from "./Bddsel" import Bddsel from "./Bddsel"
import Infbdd from "./Infbdd"
const BusRouter = [ const BusRouter = [
...@@ -33,6 +34,7 @@ const BusRouter = [ ...@@ -33,6 +34,7 @@ const BusRouter = [
{path:'sptrel',component:Sptrel}, {path:'sptrel',component:Sptrel},
{path:'sptrou',component:Sptrou}, {path:'sptrou',component:Sptrou},
{path:'bddsel',component:Bddsel}, {path:'bddsel',component:Bddsel},
{path:'infbdd',component:Infbdd},
] ]
export default BusRouter 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