处理 第三方登录后台配置使用 admin_route 报错问题
This commit is contained in:
parent
9191f51176
commit
0a0a9ab25f
|
|
@ -166,7 +166,7 @@
|
||||||
return;
|
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)
|
layer.msg(res.message)
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue