Ver código fonte

refactor: remove useless tips

Casper Dai 3 anos atrás
pai
commit
096c6619b1

+ 0 - 4
src/views/realm/ai-stock/components/CreditConfigDialog.vue

@@ -46,10 +46,6 @@ export default {
         } else {
           this.has = false
           this.threshold = 1000
-          this.$message({
-            type: 'warning',
-            message: '暂未配置阈值,请先配置'
-          })
         }
         this.$refs.creditDialog.show()
       })