修改mysql远程连接

This commit is contained in:
2025-09-03 13:25:08 +08:00
parent f1f4000360
commit 0f4552041b
8 changed files with 12 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ Write-Host "构建成功!" -ForegroundColor Green
Write-Host "创建生产环境配置..." -ForegroundColor Yellow
@"
VITE_APP_TITLE=
VITE_API_BASE_URL=https://api.jiebanke.com
VITE_API_BASE_URL=https://webapi.jiebanke.com
VITE_APP_VERSION=v1.0.0
"@ | Out-File -FilePath .env.production -Encoding UTF8

View File

@@ -35,7 +35,7 @@ fi
echo "创建生产环境配置..."
cat > .env.production << EOF
VITE_APP_TITLE=结伴客后台管理系统
VITE_API_BASE_URL=https://api.jiebanke.com
VITE_API_BASE_URL=https://webapi.jiebanke.com
VITE_APP_VERSION=v1.0.0
EOF