mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-23 21:18:09 +00:00
feat: 新增uni-app移动端工程并集成uView-plus组件库
新增uni-app移动端工程,包含登录、首页、工作台、个人中心等页面,集成uView-plus组件库,优化移动端开发体验。同时更新文档和README,增加移动端相关内容。
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 环境变量
|
||||
VITE_ENV = development
|
||||
|
||||
# 后端地址
|
||||
VITE_API_BASE_URL = "http://localhost:8000"
|
||||
|
||||
# 后端接口基础路径
|
||||
VITE_API_BASE_NAME = "/api"
|
||||
|
||||
# 请求超时时间
|
||||
VITE_TIMEOUT = "10000"
|
||||
Reference in New Issue
Block a user