# oh_axios **Repository Path**: my_code_url/oh_axios ## Basic Information - **Project Name**: oh_axios - **Description**: 鸿蒙开发,axios封装 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-30 - **Last Updated**: 2024-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # oh_axios #### 介绍 按照`Vue-Vben-Admin 5`的格式,封装axios(更符合前端使用习惯) #### 软件架构 /oh_axios │ ├── common # 公共特性目录 │ │── features # 功能模块目录 │ ├── feature1 # 子功能1 │ ├── feature2 # 子功能2 │ └── ... # 子功能n │ ├── product │ ├── wearable # 智能穿戴泛类目录 │ ├── default # 默认设备泛类目录 │ └── ... │ └── ... default目录 main/ │ ├── ets/ │ ├── api/ │ │ ├── core/ // 各个模块的接口 │ │ │ ├── index.ets // 导出core下所有模块 │ │ │ ├── login.ets │ │ │ ├── home.ets │ │ │ └── ... │ │ ├── index.ets // 导出所有core下的接口&函数 │ │ ├── request.ets // 封装axios │ │ └── ... │ └── ... └── ... #### 使用说明