瀏覽代碼

问题修复

hbchen 2 年之前
父節點
當前提交
ad5279abb1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pages/pc.vue

+ 1 - 0
pages/pc.vue

@@ -118,6 +118,7 @@ export default {
                         // console.log(`${pcBaseUrl}${mapObj.get(decodeURIComponent(options.xcxPath))||'/'}?${paramsObjStr}${data.environment=='wxwork'?'':'#wechat_redirect'}`);
 					},
 					fail: (err) => {
+						this.url=`${pcBaseUrl}${mapObj.get(decodeURIComponent(options.xcxPath))||'/'}?${paramsObjStr}#wechat_redirect`
 						console.log(err);
 					}
 			})