From fa93a2f01ccd42f64fe34b943424a9657b3ef7a5 Mon Sep 17 00:00:00 2001 From: lvyuanyuan Date: Mon, 28 Aug 2023 10:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AA=92=E4=BD=93uri=E5=AE=9E=E9=99=85?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lvyuanyuan Change-Id: Ic3a866a768cd5b43f50965ecf2e4b29247a5db93 --- interfaces/common/src/sandbox_helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/common/src/sandbox_helper.cpp b/interfaces/common/src/sandbox_helper.cpp index 5354e2eb5..f40277984 100644 --- a/interfaces/common/src/sandbox_helper.cpp +++ b/interfaces/common/src/sandbox_helper.cpp @@ -36,7 +36,7 @@ namespace { const string MOUNT_PATH_MAP_KEY = "mount-path-map"; const string SANDBOX_JSON_FILE_PATH = "/etc/app_file_service/file_share_sandbox.json"; const std::string SHAER_PATH_HEAD = "/mnt/hmdfs/"; - const std::string SHAER_PATH_MID = "/account/merge_view/files/"; + const std::string SHAER_PATH_MID = "/account/cloud_merge_view/files/"; const string BACKFLASH = "/"; const string MEDIA = "media"; const int ASSET_IN_BUCKET_NUM_MAX = 1000; -- Gitee