diff --git a/example/qml-Qt6/page/T_Http.qml b/example/qml-Qt6/page/T_Http.qml index 0bf7fdd6..7c8a62c4 100644 --- a/example/qml-Qt6/page/T_Http.qml +++ b/example/qml-Qt6/page/T_Http.qml @@ -264,7 +264,7 @@ FluContentPage{ implicitHeight: 36 text: "打开缓存路径" onClicked: { - Qt.openUrlExternally("file:///"+cacheDirPath) + Qt.openUrlExternally(cacheDirPath) } } FluButton{ diff --git a/example/qml/page/T_Http.qml b/example/qml/page/T_Http.qml index 8363a000..47a10ec7 100644 --- a/example/qml/page/T_Http.qml +++ b/example/qml/page/T_Http.qml @@ -265,7 +265,7 @@ FluContentPage{ implicitHeight: 36 text: "打开缓存路径" onClicked: { - Qt.openUrlExternally("file:///"+cacheDirPath) + Qt.openUrlExternally(cacheDirPath) } } FluButton{