Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
6 years ago
Commit
6e0ae3813d1ec7a9144ce33d3034c1263fa1ecf1
1 parent
6f5748a0
master
...
develop
feature/6.9.12_share
feature/accessLog
feature/add-alipay-register-count-to-grafana
feature/add-dingtalk-alert-for-alipay
feature/alipay_newimage
feature/alipayfix
feature/fixupload
feature/hideUfo
feature/invite2
feature/new
feature/share-link
hotfix/alipay-username-emoji
hotfix/api
hotfix/fixinput
hotfix/replace-activity-img
hotfix/sigin
hotfix/ssrApiReport
release/1.0.2
fix needlogin
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
apps/pages/single/license/components/upload.vue
apps/pages/single/license/components/upload.vue
View file @
6e0ae38
...
...
@@ -7,7 +7,7 @@
:action="action"
:simultaneous-uploads="1"
:value="file"
@file-added="filesAdded"
@file
s
-added="filesAdded"
@file-submitted="fileSubmit"
@file-error="fileError"
>
...
...
@@ -62,7 +62,6 @@ export default {
const maxSize = 10 * 1024 * 1024; // 10M
for (let file of files) {
if (file.size > maxSize) {
file.ignore = true;
hasIgnore = true;
...
...
Please
register
or
login
to post a comment