|
@@ -10,6 +10,7 @@ import test from '@/components/test'
|
|
|
import shop from '@/components/shop'
|
|
|
import light from '@/components/light'
|
|
|
import demo from '@/components/tuoDemo'
|
|
|
+import traffic from '@/components/traffic'
|
|
|
import door from '@/components/door'
|
|
|
import index from '@/components/index'
|
|
|
|
|
@@ -66,6 +67,11 @@ export default new Router({
|
|
|
path: '/index',
|
|
|
name: 'index',
|
|
|
component: index
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/traffic',
|
|
|
+ name: 'traffic',
|
|
|
+ component: traffic
|
|
|
}
|
|
|
]
|
|
|
})
|