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
fix
master
王露
3 years ago
parent
ce96c595e8
commit
e897312aa5
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
digital-park-web/digital-park/src/views/park-enterprises/components/OtherInfo.vue
+ 1
- 1
digital-park-web/digital-park/src/views/park-enterprises/components/OtherInfo.vue
View File
@@ -146,7 +146,7 @@ export default {
if (this.companyInfo.enterpriseFeatures) {
this.uploadFileList.forEach(item => {
this.fileList.push({
url: item,
url:
this.formatImg(
item
)
,
});
});
}
Write
Preview
Loading…
Cancel
Save