mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-22 21:06:32 +00:00
- 在 LoginService 和 OperationLogRoute 中,将 request.client.host 转换为字符串后再传递给 IpLocalUtil.get_ip_location - 在 IpLocalUtil 类中添加日志记录 IP 归属地获取过程
12 lines
263 B
Bash
12 lines
263 B
Bash
cd /home
|
|
rm -rf fastapi_vue3_admin/
|
|
git clone https://gitee.com/tao__tao/fastapi_vue3_admin.git
|
|
cd fastapi_vue3_admin/frontend
|
|
npm install
|
|
npm run build
|
|
cd home/fastapi_vue3_admin
|
|
docker compose kill
|
|
docker compose build
|
|
docker compose up -d --force-recreate
|
|
|