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
2019-01-21 15:20:51 +0800
Commit
673a5eacc40cb3c3d65acc169d009fbc37e48cc5
1 parent
033f6020
add request login
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/single/license/components/upload.vue
apps/pages/single/license/components/upload.vue
View file @
673a5ea
...
...
@@ -55,7 +55,7 @@ export default {
methods: {
fileSubmit(file) {
this.action.data.token = this.token;
this.action.data.key = file.name;
this.action.data.key =
Date.now() +
file.name;
},
filesAdded(files) {
let hasIgnore = false;
...
...
Please
register
or
login
to post a comment