Browse Source

日常开发

林旭祥 1 day ago
parent
commit
8f6d7f874f
2 changed files with 3 additions and 3 deletions
  1. 1 1
      manifest.json
  2. 2 2
      pages/index/index.vue

+ 1 - 1
manifest.json

@@ -3,7 +3,7 @@
     "appid" : "__UNI__1C9FA95",
     "description" : "",
     "versionName" : "1.0.0",
-    "versionCode" : 2024123101,
+    "versionCode" : 2025060201,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {

+ 2 - 2
pages/index/index.vue

@@ -1,7 +1,7 @@
 <template>
 	<view>
-		<web-view :webview-styles="webviewStyles" src="https://edu.tropsx.com/#/sunshineRun"></web-view>
-		<!-- <web-view :webview-styles="webviewStyles" src="https://edutst.tropsx.com/#/sunshineRun"></web-view> -->
+		<web-view :webview-styles="webviewStyles" src="https://edu.tropsx.com/#/sunshineRun"  enable-web-cache="false"></web-view>
+		<!-- <web-view :webview-styles="webviewStyles" src="https://edutst.tropsx.com/#/sunshineRun"  enable-web-cache="false"></web-view> -->
 	</view>
 </template>