From f8a211594db91dfbfb53718347998d77285efaa6 Mon Sep 17 00:00:00 2001 From: mahaifeng Date: Wed, 22 May 2024 11:19:37 +0800 Subject: [PATCH] =?UTF-8?q?[uni-env]=E6=B7=BB=E5=8A=A0=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/env/env.uvue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/API/env/env.uvue b/pages/API/env/env.uvue index b9004a9f..adce2987 100644 --- a/pages/API/env/env.uvue +++ b/pages/API/env/env.uvue @@ -33,7 +33,10 @@ methods: { geAbsPath(path ?: Any) { - this.log += UTSAndroid.convert2AbsFullPath(path as String) + '\n' + // #ifdef APP-ANDROID + this.log += UTSAndroid.convert2AbsFullPath(path as String) + '\n' + // #endif + } } } -- GitLab