|
|
@ -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 () { |
|
|
|
|
|
|
@ -324,13 +324,17 @@ export default { |
|
|
|
let envShow = process.env.VUE_APP_NODE_ENV |
|
|
|
console.log('环境', envShow) |
|
|
|
|
|
|
|
let internalShequId = ['1202807601961984002', '6e511da6816e53af4cda952365a26eb9',] |
|
|
|
let internalShequId = ['1202807601961984002', '6e511da6816e53af4cda952365a26eb9', 'b058eb82d65d922fec9dc84f0348fc6a', '630c3c2dd1cd7a4d198c8558bce88324'] |
|
|
|
// let internalShequId = ['1202807601961984002',] |
|
|
|
// if (envShow === 'dev' || envShow === 'prod:sit') { // 开发环境 |
|
|
|
// internalShequId = null |
|
|
|
// internalShequId = '6e511da6816e53af4cda952365a26eb9' |
|
|
|
// } else if (envShow === 'prod:uat') { // 体验 |
|
|
|
// internalShequId = '6e511da6816e53af4cda952365a26eb9' |
|
|
|
// } else if (envShow === 'prod') { // 生产 |
|
|
|
// 微笑崂山下的小寨子社区:b058eb82d65d922fec9dc84f0348fc6a |
|
|
|
// 亿联街道下的亿联社区:630c3c2dd1cd7a4d198c8558bce88324 |
|
|
|
// internalShequId = '1202807601961984002' |
|
|
|
// } else if (envShow === 'shibei_prod') { // 生产 |
|
|
|
// internalShequId = '1202807601961984002' |
|
|
|
// } |
|
|
|
|
|
|
|