RuoYi
2020-06-08 9e5e68e2a8d4f6c2f3ff386d0a3cbbb5b6e2cd93
ruoyi-ui/src/views/system/config/index.vue
@@ -341,7 +341,6 @@
    },
    /** 清理缓存按钮操作 */
    handleClearCache() {
      const queryParams = this.queryParams;
      clearCache().then(response => {
        if (response.code === 200) {
          this.msgSuccess("清理成功");