fix
This commit is contained in:
2
.env.dev
2
.env.dev
@@ -6,7 +6,7 @@ NODE_ENV = 'development'
|
||||
VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
|
||||
# VUE_APP_BASE_URL = 'https://www.api.aida.com.hk'
|
||||
# 佩佩
|
||||
# VUE_APP_BASE_URL = 'http://192.168.1.4:5567'
|
||||
VUE_APP_BASE_URL = 'http://192.168.1.4:5567'
|
||||
# 海波
|
||||
# VUE_APP_BASE_URL = 'http://192.168.1.9:5567'
|
||||
|
||||
|
||||
@@ -391,7 +391,7 @@ export default defineComponent({
|
||||
"likeDesignCollectionList",
|
||||
productData.key,
|
||||
];
|
||||
isShowMark.value = true
|
||||
// isShowMark.value = true
|
||||
nextTick(async ()=>{
|
||||
let oldExportCanvas
|
||||
let localCanvas = localStorage.getItem('canvasContent')
|
||||
@@ -418,6 +418,9 @@ export default defineComponent({
|
||||
}
|
||||
})
|
||||
if(!oldExportCanvas){
|
||||
let data = {
|
||||
userLikeGroupId:userlikeGroupId
|
||||
}
|
||||
oldExportCanvas = await new Promise((resolve, reject) => {
|
||||
Https.axiosPost(Https.httpUrls.exportSearch, data)
|
||||
.then((rv) => {
|
||||
@@ -436,9 +439,7 @@ export default defineComponent({
|
||||
let margin = 20; //每个图形边距
|
||||
let maxHeight = 0
|
||||
let sketchXy = {x:0,y:0}
|
||||
let data = {
|
||||
userLikeGroupId:userlikeGroupId
|
||||
}
|
||||
|
||||
contentKeyList.forEach((item)=>{
|
||||
if(item !== 'likeDesignCollectionList')imgWidth[item] = setImageWidth(item)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user