|
|
il y a 2 ans | |
|---|---|---|
| api | il y a 2 ans | |
| common | il y a 2 ans | |
| components | il y a 2 ans | |
| config | il y a 2 ans | |
| libs | il y a 2 ans | |
| nativeplugins | il y a 2 ans | |
| node_modules | il y a 2 ans | |
| pages | il y a 2 ans | |
| static | il y a 2 ans | |
| store | il y a 2 ans | |
| styles | il y a 2 ans | |
| uniCloud-aliyun | il y a 2 ans | |
| uni_modules | il y a 2 ans | |
| views | il y a 2 ans | |
| .DS_Store | il y a 2 ans | |
| .gitignore | il y a 2 ans | |
| App.vue | il y a 2 ans | |
| README.md | il y a 2 ans | |
| index.html | il y a 2 ans | |
| main.js | il y a 2 ans | |
| manifest.json | il y a 2 ans | |
| package-lock.json | il y a 2 ans | |
| pages.json | il y a 2 ans | |
| uni.scss | il y a 2 ans |
├── config # 公用参数配置
├── pages # 公用页面
│ ├──
│ └── login # 登录
│
├── libs # 公用包
│ ├── auth.js # token 操作
│ ├── permission.js # 主题 字体等静态资源
│ ├── permission.js # 全局公用组件
│ └── index.js # 公共方法封装
│
├── static # 静态文件
│ ├── icon
│ ├── images
│ └── tabBar
├── store # 全局 store管理
├── styles # 全局 样式
├── uniscss # 全局 样式【uni自带】