forked from FoundKeyGang/FoundKey
nameId → name_id
This commit is contained in:
parent
4cc38ce026
commit
101492bb80
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export default Vue.extend({
|
|||
|
||||
this.nidState = 'wait';
|
||||
|
||||
(this as any).api('app/nameId/available', {
|
||||
(this as any).api('app/name_id/available', {
|
||||
nameId: this.nid
|
||||
}).then(result => {
|
||||
this.nidState = result.available ? 'ok' : 'unavailable';
|
||||
|
|
Loading…
Reference in a new issue