Browse Source

[edit][cookie]

zhangwei 2 năm trước cách đây
mục cha
commit
abce2c42f6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/toolbox/index.vue

+ 1 - 1
pages/toolbox/index.vue

@@ -146,7 +146,7 @@ export default {
                 srcContentId: this.detail.srcContentId || '',
                 postNickName: this.detail.srcUserId || '',
                 createTime: Date.now(),
-                jump_type: 'jump_info',
+                jump_type: 'tool_box',
             };
             Cookies.set('jump_info', JSON.stringify(pickupInfo), { expires: 1000 });
         },