RuoYi
2020-07-31 56ea7c9caf2eec22d5a7e9ce84e9ffff09b4d95d
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("清理成功");