This commit is contained in:
gyq 2025-08-04 14:21:12 +08:00
parent d3dc2e8a87
commit c65d4a0e78
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -150,7 +150,8 @@
"title" : "斯耀短剧",
"template" : "template.html",
"router" : {
"mode" : "history"
"mode" : "history",
"base" : "/h5/"
}
}
}