Browse Source

fix:跳转页面的时候强制刷新

sunchengjie 8 months ago
parent
commit
bc393189fb
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/pages/express.vue

+ 1 - 3
src/pages/express.vue

@@ -313,7 +313,7 @@ export default {
         var appId = res.wxConfig.appId;
         var url = res.wxConfig.url
         wx.config({
-            debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
+            debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
             // debug : true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
             appId: appId, // 必填,公众号的唯一标识
             timestamp: timestamp, // 必填,生成签名的时间戳
@@ -360,7 +360,6 @@ export default {
 		console.log(this.isAddressIdTransfer, 'this.isAddressIdTransfer')
 	},
 	methods: {
-
 		// 收件人信息弹框
 		changeAdderInfo() {
 			this.adderInfoShow = true
@@ -493,7 +492,6 @@ export default {
 					window.location.href = location.protocol + '//' + location.host + '/#/Express'
 				}
 			});
-			// debugger
 		},
 		// 财务核销码哦icon扫描
 		async vxSearchIcon() {