Skip to content

Commit

Permalink
Optimize JS code
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
Jianhui Zhao committed Jan 20, 2019
1 parent f7b04c9 commit d3726f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export default {
env: this.cmdData.env
};
this.$axios.post('/cmd', JSON.stringify(data)).then((response) => {
this.$axios.post('/cmd', data).then((response) => {
let resp = response.data;
if (resp.token) {
Expand Down
2 changes: 1 addition & 1 deletion statik/statik.go

Large diffs are not rendered by default.

0 comments on commit d3726f1

Please sign in to comment.