mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
feat: 更新前端配置和文档,优化登录页面和部署脚本
- 为前端和小程序添加base路径配置 - 更新部署脚本添加pnpm依赖检查 - 优化登录页面表单验证和UI组件 - 统一各环境端口号为5180 - 更新文档中的技术栈和访问地址 - 添加官网和小程序链接到导航栏
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user