Ver Fonte

1.切换新服务器,使用4.66版本

slambb há 3 meses atrás
pai
commit
9bbe52408f

+ 2 - 2
androidPrivacy.json

@@ -2,12 +2,12 @@
   "version": "21112901",    
   "prompt": "template",  
   "title": "服务协议和隐私政策",  
-  "message": "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href='https://www.9527fun.cn/doc/Agreement.html'>《服务协议》</a>和<a href='https://www.9527fun.cn/doc/PrivacyPolicy.html'>《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",  
+  "message": "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/>  你可阅读<a href='https://www.fun9527.com/doc/Agreement.html'>《服务协议》</a>和<a href='https://www.fun9527.com/doc/PrivacyPolicy.html'>《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",  
   "buttonAccept": "同意并接受",  
   "buttonRefuse": "暂不同意",  
   "second": {  
     "title": "确认提示",  
-    "message": "  进入应用前,你需先同意<a href='https://www.9527fun.cn/doc/Agreement.html'>《服务协议》</a>和<a href='https://www.9527fun.cn/doc/PrivacyPolicy.html'>《隐私政策》</a>,否则将退出应用。",  
+    "message": "  进入应用前,你需先同意<a href='https://www.fun9527.com/doc/Agreement.html'>《服务协议》</a>和<a href='https://www.fun9527.com/doc/PrivacyPolicy.html'>《隐私政策》</a>,否则将退出应用。",  
     "buttonAccept": "同意并继续",  
     "buttonRefuse": "退出应用"  
   },  

+ 3 - 3
common/config.js

@@ -5,11 +5,11 @@ const endTime = "2021-03-01"
 //************* 默认的蓝牙设备刷新间隔 再config 设置 a:10ms,b:20ms*************
 const refreshRate = "a";
 //*******当前活动环境,需要和根据地址设置!!环境 dev,prd
-const active = "dev";
+const active = "prd";
 //线上地址,腾讯云服务器
-// const host="https://www.9527fun.cn/api_prd"
+const host="https://www.fun9527.com/api_prd"
 //测试地址,阿里云服务器
-const host = "https://www.9527fun.cn/api_dev"
+//const host = "https://www.fun9527.com/api_dev"
 //本地测试地址
 // const host = "http://192.168.0.100:9090/api_prd"
 

+ 2 - 2
pages/game-page/game-play-sub/subGame/subGame.nvue

@@ -1,9 +1,9 @@
 <template>
 	<view>
-		<!-- :src="url" src = 'http://192.168.0.112:7456/build/index.html' :src="LocationGameUrl" -->
+		<!-- :src="url" src = 'http://192.168.0.112:7456/build/index.html' src = 'http://192.168.0.109:7456/'-->
 		<!-- @receivedtitle="onReceivedTitle"   @pagefinish="onPageFinish" http://192.168.31.223:7456/-->
 		<view class="web-view">
-			<web-view class="web-view-child" src = 'http://192.168.0.109:7456/' ref="webview" @pagestart="onPageStart"
+			<web-view class="web-view-child" :src="url" ref="webview" @pagestart="onPageStart"
 				@onPostMessage="handlePostMessage" @error="onError"></web-view>
 		</view>
 

+ 1 - 1
pages/login-page/userAgreement/userAgreement.vue

@@ -7,7 +7,7 @@
       		</view>
       	</view>
       </uni-nav-bar> -->
-	  <web-view  :src="bAgreement?'https://www.9527fun.cn/doc/Agreement.html':'https://www.9527fun.cn/doc/PrivacyPolicy.html'">
+	  <web-view  :src="bAgreement?'https://www.fun9527.com/doc/Agreement.html':'https://www.fun9527.com/doc/PrivacyPolicy.html'">
 	  		  
 	  </web-view>