payy-app

zhaobao 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
api 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
common 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
components 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
config 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
libs 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
nativeplugins 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
node_modules 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
pages 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
static 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
store 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
styles 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
uniCloud-aliyun 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
uni_modules 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
views 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
.DS_Store 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
.gitignore 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
App.vue 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
README.md 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
index.html 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
main.js 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
manifest.json 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
package-lock.json 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
pages.json 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos
uni.scss 5b9cd61c42 Signed-off-by: zhaobao <528046418@qq.com> %!s(int64=2) %!d(string=hai) anos

README.md

├── config # 公用参数配置 ├── pages # 公用页面 │ ├──
│ └── login # 登录 │ ├── libs # 公用包 │ ├── auth.js # token 操作 │ ├── permission.js # 主题 字体等静态资源 │ ├── permission.js # 全局公用组件 │ └── index.js # 公共方法封装 │
├── static # 静态文件 │ ├── icon │ ├── images │ └── tabBar
├── store # 全局 store管理 ├── styles # 全局 样式 ├── uniscss # 全局 样式【uni自带】