|
@@ -80,7 +80,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
goSceneUser () {
|
|
|
- window.location.href = `${window.QUESTIONNAIRE_BASE_URL}?type=writeIn&id=${this.wenjuanObj.id}&name=${this.wenjuanObj.name}&sceneId=${this.wenjuanObj.sceneId}&tokenId=${this.wenjuanObj.tokenId}&lbsId=${this.wenjuanObj.lbsId}&brandId=${this.wenjuanObj.brandId}&platform=${this.wenjuanObj.platform}`
|
|
|
+ window.location.href = `${window.QUESTIONNAIRE_BASE_URL}/pages/questionNaire/writeIn?type=writeIn&id=${this.wenjuanObj.id}&name=${this.wenjuanObj.name}&sceneId=${this.wenjuanObj.sceneId}&tokenId=${this.wenjuanObj.tokenId}&lbsId=${this.wenjuanObj.lbsId}&brandId=${this.wenjuanObj.brandId}&platform=${this.wenjuanObj.platform}`
|
|
|
},
|
|
|
async getSceneUserParking () {
|
|
|
try {
|