fix
This commit is contained in:
@@ -376,9 +376,10 @@ export default defineComponent({
|
|||||||
await dataDom.editCanvas.exportImage({isContainBg:true,isContainFixed:false}).then((rv:any)=>{
|
await dataDom.editCanvas.exportImage({isContainBg:true,isContainFixed:false}).then((rv:any)=>{
|
||||||
imageDataURL = rv
|
imageDataURL = rv
|
||||||
})
|
})
|
||||||
|
console.log(imageDataURL)
|
||||||
let value = {
|
let value = {
|
||||||
imgUrl:imageDataURL,
|
imgUrl:imageDataURL,
|
||||||
userlikeGroupId:1111,
|
userlikeGroupId:'',
|
||||||
}
|
}
|
||||||
dataDom.publish.init(value)
|
dataDom.publish.init(value)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ axios.interceptors.response.use((res) =>{
|
|||||||
}
|
}
|
||||||
}, function(error) {
|
}, function(error) {
|
||||||
if(error?.response?.status === 401 && router.currentRoute._value.name != 'setIdentification'){//如果是记录浏览器页面就不跳转login
|
if(error?.response?.status === 401 && router.currentRoute._value.name != 'setIdentification'){//如果是记录浏览器页面就不跳转login
|
||||||
// return
|
return
|
||||||
clonAllCookie()
|
clonAllCookie()
|
||||||
if(!isLoginTime){
|
if(!isLoginTime){
|
||||||
isLoginTime = true
|
isLoginTime = true
|
||||||
|
|||||||
Reference in New Issue
Block a user