This commit is contained in:
pushuo 2023-02-06 10:18:49 +08:00 committed by Edward Yang
parent 0a0a9ab25f
commit 3ad6129740
1 changed files with 1 additions and 1 deletions

View File

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