wip
This commit is contained in:
parent
0a0a9ab25f
commit
3ad6129740
|
|
@ -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)
|
||||
})
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue