feat: 更新前端配置和文档,优化登录页面和部署脚本

- 为前端和小程序添加base路径配置
- 更新部署脚本添加pnpm依赖检查
- 优化登录页面表单验证和UI组件
- 统一各环境端口号为5180
- 更新文档中的技术栈和访问地址
- 添加官网和小程序链接到导航栏
This commit is contained in:
zhangtao
2025-08-18 00:56:10 +08:00
parent bcc09a80bf
commit 30ab466232
15 changed files with 196 additions and 80 deletions
+3 -2
View File
@@ -51,7 +51,8 @@ export default defineConfig({
nav: [
{ text: '首页', link: '/' },
{ text: '指南', link: '/guide' },
{ text: '演示环境', link: 'http://service.fastapiadmin.com', target: '_blank' },
{ text: '演示环境', link: 'http://service.fastapiadmin.com/web', target: '_blank' },
{ text: '小程序环境', link: 'http://service.fastapiadmin.com/app', target: '_blank' },
{
text: '版本',
items: [
@@ -69,7 +70,7 @@ export default defineConfig({
{ text: 'GitCode', link: 'https://gitcode.com/qq_36002987/fastapi_vue3_admin', target: '_blank' }
]
},
{ text: '关于我们', link: '../about' },
{ text: '关于我们', link: '/about' },
],
sidebar: [