fix: serve huiwing assets from nginx instead of CDN (CDN sync broken)

This commit is contained in:
2026-05-01 00:52:39 +08:00
parent 8589f79e52
commit b751bf83ee
+2 -1
View File
@@ -52,7 +52,8 @@ const Environments = {
kc_server: 'https://admin.huiwings.cn',
ts_server: 'https://ts.huiwings.cn',
ai_server: 'https://ai.alchemy-studio.cn',
assets_base: "https://static.huiwings.cn"
// 与 OpenResty 发布的 music-room 同目录部署 dist,勿依赖未同步的 static.huiwings.cn 资源路径
assets_base: "/"
}
}