|  | @@ -149,7 +149,7 @@ export default {
 | 
	
		
			
				|  |  |    data () {
 | 
	
		
			
				|  |  |      return {
 | 
	
		
			
				|  |  |        // releaseUrl: appConst.BACKEND_DOMAIN + '/pages/' + this.itemId + '.html',
 | 
	
		
			
				|  |  | -      releaseUrl: appConst.TOUFANGBAO_PATH + this.itemId,
 | 
	
		
			
				|  |  | +      releaseUrl: appConst.DIAOYANBAO_PATH + this.itemId,
 | 
	
		
			
				|  |  |        title: this.$store.state.editor.editorTheme.title || '',
 | 
	
		
			
				|  |  |        description: this.$store.state.editor.editorTheme.description || '',
 | 
	
		
			
				|  |  |        qrcodeSize: 500
 | 
	
	
		
			
				|  | @@ -162,7 +162,7 @@ export default {
 | 
	
		
			
				|  |  |          console.log(err)
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |        // let openUrl = 'http://' + window.location.host + '/#/h5editor?itemId=' + this.itemId
 | 
	
		
			
				|  |  | -      let openUrl = appConst.TOUFANGBAO_PATH + this.itemId
 | 
	
		
			
				|  |  | +      let openUrl = appConst.DIAOYANBAO_PATH + this.itemId
 | 
	
		
			
				|  |  |        window.open(openUrl)
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      downQRcode () {
 |