修复左侧菜单问题 整合包重新打包

This commit is contained in:
小易
2024-02-16 11:05:12 +08:00
parent a19c9e08cc
commit 495b9b5cf7
405 changed files with 407 additions and 407 deletions

View File

@@ -0,0 +1,9 @@
/**
* 由 Fantastic-admin 提供技术支持
* Powered by Fantastic-admin
* Gitee https://gitee.com/hooray/fantastic-admin
* Github https://github.com/hooray/fantastic-admin
*/
import{Y as o}from"./index-e2ea765f.js";const r={queryBadWords:(d={})=>o.get("badwords/query",{params:d}),queryViolation:(d={})=>o.get("badwords/violation",{params:d}),delBadWords:d=>o.post("badwords/del",d),addBadWords:d=>o.post("badwords/add",d),updateBadWords:d=>o.post("badwords/update",d)};export{r as A};