feat: 关闭前端动画

This commit is contained in:
chenchun
2025-07-04 19:13:21 +08:00
parent a70dfb0769
commit 6d8a859b20
4 changed files with 54 additions and 11 deletions

View File

@@ -2,11 +2,11 @@ VITE_APP_ENV_NAME = "pro"
# 接口前缀
VITE_APP_BASEAPI="/prod-api"
VITE_APP_URL="http://ccnetcore.com:19001/api/app"
VITE_APP_URL="http://data.ccnetcore.com:19001/api/app"
# ws
VITE_APP_BASE_WS = '/prod-ws'
VITE_APP_BASE_URL_WS="http://ccnetcore.com:19001/hub"
VITE_APP_BASE_URL_WS="http://data.ccnetcore.com:19001/hub"
# 是否开启ICP备案模式
VITE_APP_ICP = false

View File

@@ -69,7 +69,7 @@ function drawStars() {
function animate() {
drawStars();
requestAnimationFrame(animate);
// requestAnimationFrame(animate);
}