Skip to content

Commit

Permalink
fix(manager): plugin failed to install (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnixry authored Feb 15, 2022
1 parent 73b49f2 commit 15a1248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/frontend/manager/client/deps/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function install() {
text: '正在更新依赖……',
})
try {
const code = await send('install', config.override)
const code = await send('market/install', config.override)
if (code === 0) {
message.success('安装成功!')
} else {
Expand Down

0 comments on commit 15a1248

Please sign in to comment.