| | |
| | | } |
| | | }, |
| | | created(){ |
| | | console.log(">>>>>>>>",this.$route.query.id); |
| | | // console.log(">>>>>>>>",this.$route.query.id); |
| | | this.getalone(); |
| | | // this.queryAll(); |
| | | }, |
| | | methods:{ |
| | | getalone(){ |
| | |
| | | this.title = res.data.title; |
| | | }) |
| | | }, |
| | | // queryAll(){ |
| | | // this.content = `` |
| | | // } |
| | | } |
| | | }, |
| | | } |
| | | </script> |
| | | <style> |
| | | h2{ |
| | | .box { |
| | | width: 1200px; |
| | | margin: 0 auto; |
| | | } |
| | | .header h2{ |
| | | color: rgb(3, 73, 144); |
| | | text-align: center; |
| | | } |
| | | p{ |
| | | .header p{ |
| | | background-color: rgb(246, 246, 246); |
| | | text-align: center; |
| | | height: 35px; |
| | | line-height: 35px; |
| | | } |
| | | .box { |
| | | width: 1200px; |
| | | margin: 0 auto; |
| | | } |
| | | </style> |