|
...
|
...
|
@@ -190,6 +190,7 @@ import TeleAddr from "./views/nav3/TeleAddr.vue"; |
|
|
|
import Webdialog from './views/bus/Webdialog.vue'
|
|
|
|
import C6Way from './views/nav3/C6Way.vue'
|
|
|
|
import DBstatistics from './views/nav3/statistics.vue'
|
|
|
|
import C6WayTest from "./views/nav3/C6WayTest.vue";
|
|
|
|
|
|
|
|
//转运申请
|
|
|
|
import Transport from './views/nav4/Transport.vue'
|
|
...
|
...
|
@@ -295,6 +296,7 @@ let routes = [ |
|
|
|
{path: '/TeleAddr', component: TeleAddr, name: '电报地址'},
|
|
|
|
{path: '/C6Way', component: C6Way, name: 'C6货运单'},
|
|
|
|
{path: '/DBstatistics', component: DBstatistics, name: '结算统计'},
|
|
|
|
{path: '/C6WayTest', component: C6WayTest, name: 'C6货运单测试'},
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
...
|
...
|
|