Regular removal of emoji expression production environment is invalid

in the vue-cli project, replace the emoji emoji with the symbol"- "with the rule, the local operation is normal, and the production environment will not be converted

<el-input type="textarea" class="detailIpt" placeholder="" v-model="replyform.content"></el-input>


let ranges = [        
    "\ud83c[\udf00-\udfff]",         
    "\ud83d[\udc00-\ude4f]",         
    "\ud83d[\ude80-\udeff]"    
];
this.replyform.content = this.replyform.content.replace(new RegExp(ranges.join("|"), "g"), "");
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bcb0-2b80b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bcb0-2b80b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?