Explorar el Código

[edit][cookie]

zhangwei hace 2 años
padre
commit
abce2c42f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 });
         },