Browse Source

111

shibei_master
jiangyy 3 years ago
parent
commit
eea5c2ef60
  1. 2
      src/views/pages/caiji.vue

2
src/views/pages/caiji.vue

@ -316,7 +316,7 @@ export default {
this.shequId = this.$route.params.id
this.customerId = this.$route.query.customerId
this.shequName = this.$route.query.name
document.title = this.shequName
document.title = this.shequName + '信息管理平台'
},
mounted () {

Loading…
Cancel
Save