|
|
@ -308,13 +308,16 @@ export default { |
|
|
|
computed: { |
|
|
|
|
|
|
|
}, |
|
|
|
created () { }, |
|
|
|
mounted () { |
|
|
|
created () { |
|
|
|
console.log(this.$route) |
|
|
|
|
|
|
|
this.shequId = this.$route.params.id |
|
|
|
this.customerId = this.$route.query.customerId |
|
|
|
this.shequName = this.$route.query.name |
|
|
|
document.title = this.shequName |
|
|
|
}, |
|
|
|
mounted () { |
|
|
|
|
|
|
|
|
|
|
|
let envShow = process.env.VUE_APP_NODE_ENV |
|
|
|
console.log('环境', envShow) |
|
|
|