File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 <GlobalToast />
88 <!-- 全局悬浮iframe组件 -->
99 <FloatingIframe
10- :default-url =" 'https ://www.baidu.com '"
10+ :default-url =" 'http ://localhost:5757/apps/websocket '"
1111 :default-position =" { x: 33, y: 604 }"
1212 :default-size =" { width: 419, height: 883 }"
1313 button-title =" 打开浮窗浏览器"
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ import {
8585const props = defineProps ({
8686 defaultUrl: {
8787 type: String ,
88- default: ' https ://www.baidu.com '
88+ default: ' http ://localhost:5757/apps/websocket '
8989 },
9090 defaultPosition: {
9191 type: Object ,
Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ export default {
587587 const result = await Actions .webView ({
588588 actionId: ' test-webview' ,
589589 title: ' 网页视图测试' ,
590- url: ' https ://www.baidu.com ' ,
590+ url: ' http ://localhost:5757/apps/websocket ' ,
591591 width: ' 85%' ,
592592 height: ' 80%' ,
593593 showToolbar: true ,
You can’t perform that action at this time.
0 commit comments