Commit 15769f10e06c4505acd9ff0128b98903acf3b591

Authored by 李小慧
1 parent ba37a90e
Exists in develop

feat: ios打开pdf

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
pages/component/UploadFile.vue
... ... @@ -109,7 +109,7 @@
109 109 }
110 110 // 如果是 iOS 设备
111 111 else if (platform === 'ios') {
112   - window.open(urls);
  112 + window.location.href = urls
113 113 }
114 114 }
115 115 });
... ...