wip
This commit is contained in:
parent
581a8eb9d7
commit
61fc6ab82a
|
|
@ -179,6 +179,14 @@
|
|||
|
||||
submitToken() {
|
||||
console.log(this.setTokenDialog.token)
|
||||
if (!this.setTokenDialog.token) {
|
||||
return;
|
||||
}
|
||||
|
||||
$http.post('{{ admin_route('settings.store_token') }}', {developer_token: this.setTokenDialog.token}).then((res) => {
|
||||
this.setTokenDialog.show = false;
|
||||
layer.msg(res.message);
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue