# SelectUniversity **Repository Path**: redchain/SelectUniversity ## Basic Information - **Project Name**: SelectUniversity - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 选大学微信小程序 ## 软件架构 > 微信小程序框架 ## 目录结构 ```$xslt ├───api 接口文件 ├───assets 资源文件,图片、图标 ├───pages 各个页面 │ ├─collegeOption 填报志愿页面 │ ├───optionList 大学列表页面 │ ├─information 资讯页面首页 │ ├───informationDetail 资讯详情页面 │ └─personnelCenter 个人中心页面 ├───utils Util ├───app.js 应用入口 ├───app.json 应用配置文件 ├───app.wxss 应用全局样式 ├───project.config.json 项目配置文件 └───sitemap.json 模拟定位配置文件 ```