Explorar o código

Merge branch 'next' of https://gitee.com/zuohuaijun/Admin.NET into next

zuohuaijun hai 1 ano
pai
achega
81573bb703
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Web/src/views/system/cache/index.vue

+ 1 - 1
Web/src/views/system/cache/index.vue

@@ -134,7 +134,7 @@ const clearCache = () => {
 		type: 'warning',
 	})
 		.then(async () => {
-			await getAPI(SysCacheApi).apiSysCacheClearDelete();
+			await getAPI(SysCacheApi).apiSysCacheClearPost();
 			await handleQuery();
 			state.cacheValue = undefined;
 			state.cacheKey = undefined;