对接平台前端
 
 
 
Go to file
10396 cc1a8bfc79 ```
feat(api): 添加请求加密方式说明文档

- 在 tabsList 中新增“请求加密方式”菜单项及其子项“POST请求加密方式”
- 调整后续 tab 项的 index,确保编号连续递增- 在 contentList 中添加详细的请求加密方式说明,包括: - 请求大小限制  - 请求头信息配置(X-app-Id、Content-Type) - 请求体 AES 加密与 Base64 编码方式  - 加密示例代码(Java)
- 更新所有 contentList项的 parentIndex,以匹配 tabsList 的新索引结构
```
2025-09-26 10:18:43 +08:00
public 架构更新 2025-06-27 14:01:42 +08:00
src ``` 2025-09-26 10:18:43 +08:00
.editorconfig 基础模块升级 2025-06-10 09:31:15 +08:00
.env 架构更新 2025-06-27 14:01:42 +08:00
.env.development feat(corp): 新增企业信息相关功能 2025-07-02 09:11:37 +08:00
.env.production 架构更新 2025-06-27 14:01:42 +08:00
.eslintignore 基础模块升级 2025-06-10 09:31:15 +08:00
.eslintrc.cjs 架构更新 2025-06-27 14:01:42 +08:00
.gitignore 添加token字段 2025-08-08 14:44:20 +08:00
.prettierrc.cjs 基础模块升级 2025-06-10 09:31:15 +08:00
README.md 基础模块升级 2025-06-10 09:31:15 +08:00
env.d.ts 基础模块升级 2025-06-10 09:31:15 +08:00
index.html 错误代码更正 2025-06-30 17:55:21 +08:00
jsconfig.json 基础模块升级 2025-06-10 09:31:15 +08:00
package-lock.json 架构更新 2025-06-27 14:01:42 +08:00
package.json 架构更新 2025-06-27 14:01:42 +08:00
postcss.config.cjs 基础模块升级 2025-06-10 09:31:15 +08:00
vite.config.js 架构更新 2025-06-27 14:01:42 +08:00
web-types.json 架构更新 2025-06-27 14:01:42 +08:00

README.md

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.