优化注册渠道码

This commit is contained in:
gyq
2025-08-05 18:54:40 +08:00
parent c65d4a0e78
commit 709eff18c3
2 changed files with 8 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ export function returnShareUrl() {
return 'https://dj-h5.hnsiyao.cn'
}
if (env === 'php_production') {
return 'https://playlet.test.h5.sxczgkj.com/'
return 'https://playlet.test.h5.sxczgkj.com'
}
if (env === 'local') {
return AppConfig[env]