2023-11-21-dist
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user