diff --git a/pages/API/env/env.uvue b/pages/API/env/env.uvue index b9004a9f2b761d6b57c74fc22313b3e135cc9621..adce29875ced55fc07f18074c1537561466d39a6 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 + } } }