Skip to content

Commit

Permalink
Merge pull request #353 from guoenxuan/fix-user-data-path
Browse files Browse the repository at this point in the history
fix: mpharmony类型配置USER_DATA_PATH常量
  • Loading branch information
szzwk authored Oct 26, 2023
2 parents 7e00c3e + 88cf1c0 commit 3ee24f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-mpharmony/src/api/base/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const env = {
TARO_ENV: process.env.TARO_ENV,
TARO_PLATFORM: process.env.TARO_PLATFORM,
TARO_VERSION: process.env.TARO_VERSION,
USER_DATA_PATH: 'internal://files',
}

export function arrayBufferToBase64 (arrayBuffer: ArrayBuffer) {
Expand Down

0 comments on commit 3ee24f9

Please sign in to comment.