|
@@ -27,8 +27,8 @@ function C2unityEnd() {
|
|
|
const key = urlObj.key
|
|
|
|
|
|
const objTemp = Reflect.get(obj, key)
|
|
|
- const url = Reflect.get(objTemp, isPc ? 'pc' : 'app')
|
|
|
- setUrl(otherUrl + url)
|
|
|
+ const res = Reflect.get(objTemp, isPc ? 'pc' : 'app')
|
|
|
+ setUrl(`${otherUrl + res}?T=${Date.now()}`)
|
|
|
}, [urlObj.key])
|
|
|
|
|
|
useEffect(() => {
|