2023-11-21-dist

This commit is contained in:
X1627315083
2023-11-21 10:22:01 +08:00
parent 7e719485a1
commit 4271d5ecf8
21 changed files with 65 additions and 62 deletions

View File

@@ -400,12 +400,12 @@ export default defineComponent({
);
return
}
if(!this.searchPictureName){
message.info(
this.t('Generate.jsContent3')
);
return
}
// if(!this.searchPictureName){
// message.info(
// this.t('Generate.jsContent3')
// );
// return
// }
if(this.searchPictureName){
let arr = this.searchPictureName.split(/\s+/).length
if(arr > 75){