作者 小范

取消formtest的vue导入,没有用了

@@ -196,8 +196,7 @@ let routes = [ @@ -196,8 +196,7 @@ let routes = [
196 iconCls: 'el-icon-collection', 196 iconCls: 'el-icon-collection',
197 children: [ 197 children: [
198 {path: '/Way', component: Way, name: '货运单'}, 198 {path: '/Way', component: Way, name: '货运单'},
199 - {path: '/Webdialog', component: Webdialog, name: '在线客服'},  
200 - {path: '/formtest', component: FormTest, name: '表单测试'} 199 + {path: '/Webdialog', component: Webdialog, name: '在线客服'}
201 ] 200 ]
202 }, 201 },
203 { 202 {