@@ -640,6 +640,7 @@ export default {
async toAIQuestion() {
await this.checkGptEnable();
if (this.aiWarningMsg) {
+ this.$message.error(this.aiWarningMsg);
return;
}