Commit e6b9cae1 by zhanghaozhe

拼团先登录

parent e831b63f
......@@ -69,7 +69,6 @@ class Passport extends Component {
render() {
console.log(this.props);
let {match, location} = this.props
return (
<div className="passport">
......
......@@ -71,7 +71,8 @@ export default [
},
{
path: '/order',
component: Order
component: Order,
isPrivate: true
},
{
path: '/orderinfo',
......
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