main
han 5 months ago
parent 2f7833cdb3
commit a0975fa5e6
  1. 10
      src/views/pages/AI-Marketing-Writing/index.vue

@ -71,20 +71,16 @@ export default {
},
]
},
gotoPages(){
if(!this.textarea){
gotoPages() {
if (!this.textarea) {
this.$message({
message: '请输入您的创作主题',
type: 'warning'
});
}else{
} else {
this.$router.push({name: 'MarketingWritingDialog', params: {prompt: this.textarea}});
}
}
}
}
</script>
<style scoped lang="scss">
</style>

Loading…
Cancel
Save