导出分享链接前缀方法

This commit is contained in:
YeMingfei666 2025-01-07 17:29:06 +08:00
parent 79813d84d1
commit 66d0881429
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export const AppConfig = {
local: 'http://192.168.1.41:8100'
}
function returnShareUrl(){
export function returnShareUrl(){
if(env==='test'){
return 'https://video-h5.hnsiyao.cn'
}