RuoYi
2020-08-01 a9a1200e77be407d07b60a7dadf6a54e24e6367a
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("清理成功");