Browse Source

11

shibei_master
jiangyy 3 years ago
parent
commit
8d83a70d08
  1. 7
      src/views/pages/caiji.vue

7
src/views/pages/caiji.vue

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

Loading…
Cancel
Save