OpenAuth.Net/newdocs/docs/notes/mobile/structure.md

38 lines
1.0 KiB
Markdown
Raw Normal View History

2025-05-29 00:03:40 +08:00
---
title: 项目结构
2025-05-29 00:26:37 +08:00
createTime: 2025/05/29 23:43:26
permalink: /mobile/structure/
2025-05-29 00:03:40 +08:00
---
2025-05-29 00:26:37 +08:00
OpenAuth.Net移动版参考业界标准结构进行划分如需二次开发可以在对应的文件夹进行代码修改。结构如下
2025-05-29 00:03:40 +08:00
2025-05-29 17:28:53 +08:00
::: file-tree
- openauthapp
- .cursorignore cursor codebase 忽略文件
- api 接口
- login.js
- components 组件
- CreatedFlow
- SelectRoles
- SelectUsersCom
- pages 页面
- login
- index.vue
- user
- profile.vue
- static 静态文件
- empty-icon.svg
- logo.png
- unpackage 打包文件
- utils 工具函数
- common.js
- request.js
- App.vue 主组件
- index.html 入口文件
- main.js 主文件
- manifest.json 配置文件
- pages.json 页面配置文件
- uni.scss 样式文件
:::