Showing
137 changed files
with
1 additions
and
2 deletions
| @@ -76,7 +76,7 @@ export struct ImageAndTextWebComponent { | @@ -76,7 +76,7 @@ export struct ImageAndTextWebComponent { | ||
| 76 | Column() { | 76 | Column() { |
| 77 | WdWebLocalComponent({ | 77 | WdWebLocalComponent({ |
| 78 | webviewControl: this.webviewControl, | 78 | webviewControl: this.webviewControl, |
| 79 | - webResource: $rawfile('apph5/index.html'), | 79 | + webResource: $rawfile('index.html'), |
| 80 | backVisibility: false, | 80 | backVisibility: false, |
| 81 | }) | 81 | }) |
| 82 | } | 82 | } |
| @@ -28,7 +28,6 @@ export struct WdWebLocalComponent { | @@ -28,7 +28,6 @@ export struct WdWebLocalComponent { | ||
| 28 | .domStorageAccess(true) | 28 | .domStorageAccess(true) |
| 29 | .databaseAccess(true) | 29 | .databaseAccess(true) |
| 30 | .javaScriptAccess(true) | 30 | .javaScriptAccess(true) |
| 31 | - .backgroundColor(Color.Yellow) | ||
| 32 | } | 31 | } |
| 33 | } | 32 | } |
| 34 | } | 33 | } |
-
Please register or login to post a comment