diff --git a/project/xumu/AppSign/AppSign.vue b/project/xumu/AppSign/AppSign.vue index a02478bd..5468c974 100644 --- a/project/xumu/AppSign/AppSign.vue +++ b/project/xumu/AppSign/AppSign.vue @@ -109,7 +109,7 @@ export default { this.$refs.form.validate().then(() => { const password = this.$encryption(this.form.password) this.form.type = this.form.type || "platform" - this.$request.post("/oauth/token", null, { + this.$request.post("/api/oauth/token", null, { auth: {username: 'villcloud', password: "villcloud"}, params: {grant_type: 'password', scope: 'server', ...this.form, password} }).then(data => {