处理 第三方登录后台配置使用 admin_route 报错问题

This commit is contained in:
pushuo 2023-02-06 09:57:25 +08:00 committed by Edward Yang
parent 9191f51176
commit 0a0a9ab25f
1 changed files with 1 additions and 1 deletions

View File

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