Commit e6b9cae1 by zhanghaozhe

拼团先登录

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