RuoYi
2020-06-04 b0af4a1c049baecf3f7e4991b49ca26bb7ec56b6
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("清理成功");