This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
root
/
digital_park_static
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修复详情WEBP不显示
master
王饶冀
3 years ago
parent
26b33fc9ba
commit
a5e786ee81
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
digital-park-web/digital-park/src/views/investment-service/property-detail/PropertyDetail.vue
+ 1
- 1
digital-park-web/digital-park/src/views/investment-service/property-detail/PropertyDetail.vue
View File
@@ -329,7 +329,7 @@ export default {
}
if (type == "image") {
if (
!/(.*)\.(gif|jpg|jpeg|png|GIF|JPG|PNG)$/.test(
!/(.*)\.(gif|jpg|jpeg|png|GIF|JPG|PNG
|webp
)$/.test(
fileValueSuffix
)
) {
Write
Preview
Loading…
Cancel
Save