修复第三方登录插件

This commit is contained in:
Edward Yang 2023-02-08 16:08:26 +08:00
parent 3ad6129740
commit b744abfadf
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
return;
}
$http.post("{{ admin_route('social.setting') }}", this.form.social).then((res) => {
$http.post("{{ admin_route('plugin.social.setting') }}", this.form.social).then((res) => {
layer.msg(res.message)
})
});