Commit 6073b36e authored by 黄奎's avatar 黄奎

新增供应商登录页面

parent 9016e06f
import login from '../components/Login'
import supplierLogin from '../components/SupplierLogin'
import index from '../components/index'
import supplierIndex from '../components/SupplierIndex'
export default {
routes: [{
path: '/',
......@@ -3404,6 +3406,11 @@ export default {
meta: {
title: '领队报账'
}
},
{
path: '/SupplierLogin',//供应商登录
name: 'SupplierLogin',
component: supplierLogin
}
]
}
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