This commit is contained in:
pushuo 2022-07-20 18:46:38 +08:00
parent 947548c160
commit cf575cea8d
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
return;
}
$http.put(`/admin/plugins/{{ $plugin->code }}`, this.form).then((res) => {
$http.put(`plugins/{{ $plugin->code }}`, this.form).then((res) => {
this.$message.success(res.message);
})
});