shaogen1995 пре 11 месеци
родитељ
комит
1995db178d

+ 1 - 1
Code/src/pages/C1unity/index.tsx

@@ -33,7 +33,7 @@ function C1unity() {
 
     const res = Reflect.get(temp, isPc ? 'pc' : 'mo')
 
-    setUrl(otherUrl + res)
+    setUrl(`${otherUrl + res}?T=${Date.now()}`)
 
     // 注册
     window.unityOpenHot = (index: number) => {

+ 2 - 2
Code/src/pages/C2unityEnd/index.tsx

@@ -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(() => {

BIN
资源/staticData/base/end.mp4