瀏覽代碼

[edit][console]

zhangwei 2 年之前
父節點
當前提交
ea53597f77
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/treasure/invite.vue

+ 1 - 1
pages/treasure/invite.vue

@@ -161,7 +161,7 @@ export default {
 		this.getConfig();
 	},
 	mounted() {
-		console.log('headers', JSON.parse(this.headers));
+		console.log('headers', this.headers);
 		this.setCookieMid();
 		Cookies.set(this.detail.postId, JSON.stringify({ inviteCode: this.$route.params.id, channel: this.$route.params.channel }), { expires: 100 });
 		this.setTreasureInfo();