# Jian-H **Repository Path**: poorbe/jian-h ## Basic Information - **Project Name**: Jian-H - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-21 - **Last Updated**: 2023-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 智慧政务 ## 工程说明 [项目文档](https://git.code.tencent.com/gaoyunjiao/platform-h5/blob/master/doc/PROGRAM.md) [编码规范](https://git.code.tencent.com/gaoyunjiao/platform-h5/blob/master/doc/CODE.md) [git message规范](https://git.code.tencent.com/gaoyunjiao/platform-h5/blob/master/doc/GITCOMMIT.md) ## 项目说明 pages主要包括审批服务和第三方页面,其中workFlow文件夹为审批服务,thirdPages文件夹为第三方服务 ### 行政审批和公共服务 行政审批和公共服务合二为一,目录为`pages/workFlow`,不过也有如下区分 * 公共服务的上传附件为`publicServiceMaterialUpload`,行政审批上传附件页面为`administrativeMaterialUpload` * 公共服务的办理成功页面为`publicServiceSuccess`,行政审批成功页面为`administrativeSuccess` ### 第三方页面 第三方页面主要包括我的周边、我的快递、反馈信息、下载信息、消息提示等。 ## 目录说明 1. `api`目录为接口目录 2. `assets`目录为资源目录 3. `components`目录为组件目录 4. `config`目录为项目配置信息目录 5. `pages`目录为页面目录 6. `router`目录为路由目录 7. `service`目录为请求封装目录 8. `utils`目录为项目相关设施、项目公共方法目录 9. `vuex`目录为store目录