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