浏览代码

公用机提交

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
             //判断目录是否存在,不存在则会创建目录