diff --git a/src/component/home/design/tools.vue b/src/component/home/design/tools.vue index 2911edb9..3c88b652 100644 --- a/src/component/home/design/tools.vue +++ b/src/component/home/design/tools.vue @@ -376,9 +376,10 @@ export default defineComponent({ await dataDom.editCanvas.exportImage({isContainBg:true,isContainFixed:false}).then((rv:any)=>{ imageDataURL = rv }) + console.log(imageDataURL) let value = { imgUrl:imageDataURL, - userlikeGroupId:1111, + userlikeGroupId:'', } dataDom.publish.init(value) } diff --git a/src/tool/https.js b/src/tool/https.js index aac645cc..11a17cb1 100644 --- a/src/tool/https.js +++ b/src/tool/https.js @@ -101,7 +101,7 @@ axios.interceptors.response.use((res) =>{ } }, function(error) { if(error?.response?.status === 401 && router.currentRoute._value.name != 'setIdentification'){//如果是记录浏览器页面就不跳转login - // return + return clonAllCookie() if(!isLoginTime){ isLoginTime = true