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:
@@ -55,6 +55,10 @@
|
||||
<el-icon><Document /></el-icon>
|
||||
{{ t("navbar.document") }}
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item @click="handleDocumentClick">
|
||||
<el-icon><Document /></el-icon>
|
||||
{{ t("navbar.document") }}
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item @click="handleGiteeClick">
|
||||
<el-icon><Reading /></el-icon>
|
||||
{{ t("navbar.gitee") }}
|
||||
@@ -146,7 +150,7 @@ function handleConfigClick() {
|
||||
* 项目文档
|
||||
*/
|
||||
function handleDocumentClick() {
|
||||
window.open('/docs/index.html', '_blank');
|
||||
window.open('http://service.fastapiadmin.com', '_blank');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user