mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-19 06:38:49 +08:00
feat(http): 实现基于alova的HTTP请求模块
添加HTTP请求核心模块,包括异常处理、状态码检查、消息提示等功能 - 新增alova实例配置,支持请求加密、token添加等特性 - 实现401状态码自动处理及登出逻辑 - 添加多种消息提示方式(message/modal/notification) - 支持请求成功/失败的统一处理 - 添加WithMessage方法简化成功提示 - 更新相关依赖配置
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"allowCompoundWords": true,
|
||||
"words": [
|
||||
"acmr",
|
||||
"Alova",
|
||||
"antd",
|
||||
"antdv",
|
||||
"astro",
|
||||
@@ -44,8 +45,8 @@
|
||||
"publint",
|
||||
"Qqchat",
|
||||
"qrcode",
|
||||
"ruoyi",
|
||||
"reka",
|
||||
"ruoyi",
|
||||
"shadcn",
|
||||
"sonner",
|
||||
"sortablejs",
|
||||
|
||||
Reference in New Issue
Block a user