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