|
@@ -243,10 +243,10 @@ export default {
|
|
|
// this.$store.commit('SETISPREVIEW', previewUrl)
|
|
|
// }
|
|
|
let previewUrl = location.href.split('=')[1] ? location.href.split('=')[1].split('&')[0] : false,
|
|
|
- plazaId = location.href.split('=')[2] ? location.href.split('=')[2] : ''
|
|
|
- console.log('previewUrl', previewUrl, 'plazaId', plazaId)
|
|
|
+ plazaId = location.href.split('=')[2] ? location.href.split('=')[2] : '1000423'
|
|
|
+ console.log('previewUrl:', previewUrl)
|
|
|
+ console.log('plazaId:', plazaId)
|
|
|
this.$store.commit('SETISPREVIEW', previewUrl)
|
|
|
- this.$store.commit('SETPLAZAID', plazaId)
|
|
|
this.query()
|
|
|
},
|
|
|
computed: {
|