mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-27 06:41:12 +00:00
Merge branch 'master' of https://gitee.com/tao__tao/fastapi_vue3_admin
This commit is contained in:
@@ -6,7 +6,7 @@ VITE_APP_TITLE=fastapiadmin
|
||||
|
||||
# 网络请求公用地址
|
||||
VITE_API_BASE_URL=http://localhost:8001
|
||||
# VITE_API_BASE_URL=http://service.fastapiadmin.com
|
||||
# VITE_API_BASE_URL=https://service.fastapiadmin.com
|
||||
|
||||
# 代理前缀
|
||||
VITE_APP_BASE_API=/api/v1
|
||||
|
||||
@@ -150,7 +150,7 @@ function handleConfigClick() {
|
||||
* 项目文档
|
||||
*/
|
||||
function handleDocumentClick() {
|
||||
window.open('http://service.fastapiadmin.com', '_blank');
|
||||
window.open('https://service.fastapiadmin.com', '_blank');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user