Merge branch 'dev_vite' of http://18.167.251.121:10003/aidlab/aida_front into dev_vite

This commit is contained in:
zhangyh
2025-10-02 12:05:16 +08:00
4 changed files with 10 additions and 3 deletions

View File

@@ -450,7 +450,7 @@ export default defineComponent({
str:'add',
list:[file]
}
console.log(1111)
store.commit('setUploadElement',storeData)
}else{
bor = false

View File

@@ -441,6 +441,7 @@ export default {
Maximum: "最多可上传16张图片每张图片最大5MB",
Thumbnail: "选择的印花",
inputContent1: "生成图片的标题",
GeneratePrint: "图案",
maximumLength: "输入的内容超过允许输入的最大长度",
PatternTitle: "生成可在服装上完全平铺的重复设计图案。",
LogoTitle: "为文字内容创建艺术字体设计,适用于各种标语或短语。",
@@ -452,6 +453,7 @@ export default {
jsContent5: "输入的内容超过允许输入的最大长度",
jsContent6: "请输入内容~",
jsContent7: "请确保所有必填项都填妥",
Pattern: "图案",
},
ColorboardUpload: {
Thumbnail: "选择的颜色缩略图",

View File

@@ -441,6 +441,7 @@ export default {
Maximum: "Maximum 16 images can be uploaded, Maximum 5MB per image",
Thumbnail: "Selected printboard",
inputContent1: "Input prompt",
GeneratePrint: "Pattern",
maximumLength: "The entered content exceeds the maximum length.",
PatternTitle: "Generates repeatable designs that can be fully tiled across garments.",
LogoTitle: "Creates standalone graphic designs that can be placed individually or tiled.",

View File

@@ -996,7 +996,9 @@ export default defineComponent({
this.isSloganHint = ''
}
if(newVal.value == 'extract'){
this.speedData = this.extractList[0]
this.speedData = {
...this.extractList[0]
}
}else if(newVal.value == 'Logo' || newVal.value == 'Slogan'){
this.speedData = {
value:'',
@@ -1008,7 +1010,9 @@ export default defineComponent({
// }else{
// this.speedData = this.speedList[0]
// }
this.speedData = this.speedList[0]
this.speedData = {
...this.speedList[0]
}
}
this.speedState = false
}