Skip to content

Commit

Permalink
Merge pull request #227
Browse files Browse the repository at this point in the history
fix: Deploy copy behavior can't record
  • Loading branch information
cn-xufei authored Dec 12, 2023
2 parents 7827daa + 1020dcc commit 906f5ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/dfs/src/components/guide/Deploy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ export default {
},
handleCopy() {
const MAP = {
Linux: 'copyTokenInLinux',
Docker: 'copyTokenInDocker',
windows: 'copyTokenInWindows',
AliComputenest: 'copyTokenInAliComputenest'
linux: 'copyTokenInLinux',
docker: 'copyTokenInDocker',
windows: 'copyTokenInWindows'
}
this.buried(MAP[this.downLoadType])
this.$emit('behavior', `copy_${this.downLoadType}`)
Expand Down

0 comments on commit 906f5ad

Please sign in to comment.