test path

This commit is contained in:
root 2025-07-11 17:27:02 +08:00
parent 0a2e6f9b24
commit f535f8eae7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ async function testPath() {
const path2 = `C:\Users\imeep\.mixvideo\temp\video_storage\0af48d09-7b7f-4453-84e6-e7b2b33f7726.mp4` const path2 = `C:\Users\imeep\.mixvideo\temp\video_storage\0af48d09-7b7f-4453-84e6-e7b2b33f7726.mp4`
const assetUrl2 = convertFileSrc(path2); const assetUrl2 = convertFileSrc(path2);
console.log({ filePath, assetUrl, assetUrl2 }) console.log({ filePath, assetUrl, assetUrl2, path2 })
} }
function App() { function App() {