heyujie
2021-06-25 327edd8bcb1c109a73491fff0129281fd22c0f2a
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -694,7 +694,7 @@
      }).then((res) => {
        this.$notify({
          type: "success",
          message: "已添加关注!",
          message:  data.IsFollow == "0"? "已添加关注!":"已取消关注!",
        });
      });
    },