浏览代码

refactor: remove useless tips

Casper Dai 3 年之前
父节点
当前提交
096c6619b1
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/views/realm/ai-stock/components/CreditConfigDialog.vue

+ 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()
       })