Pārlūkot izejas kodu

公用机提交

beiguoxia 3 gadi atpakaļ
vecāks
revīzija
5fc9dfd588

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographSaveView.cs

@@ -43,7 +43,7 @@ namespace GFGGame
             int index = Application.persistentDataPath.IndexOf("Android");
             path = index < 0 ? path : Application.persistentDataPath.Substring(0, index);
 
-            path = "jar:file:///sdcard/DCIM/";
+            path = "file:///sdcard/DCIM/";
 
 #endif
             //判断目录是否存在,不存在则会创建目录