修复第三方登录插件
This commit is contained in:
parent
3ad6129740
commit
b744abfadf
|
|
@ -166,7 +166,7 @@
|
||||||
return;
|
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)
|
layer.msg(res.message)
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue