소스 검색

公用机提交

beiguoxia 3 년 전
부모
커밋
6bd7adb542
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographSaveView.cs

+ 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 = "/sdcard/DCIM/";
+            path = "file://sdcard/DCIM/";
 
 #endif
             //判断目录是否存在,不存在则会创建目录