Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Aug 30, 2024
1 parent d4c7a6d commit 6acd903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/asdm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default {
created() {
this.loading = true
this.release.stat = 0
request.get(scratch_proxy+'/asdm')
request.get(this.scratch_proxy+'/asdm')
.then(res => {
this.release.stat = 1
this.release.url.windows = res.assets.
Expand Down

0 comments on commit 6acd903

Please sign in to comment.