File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export default {
83
83
if (valid) {
84
84
this .loading = true ;
85
85
let that = this ;
86
- this .$http .post (' /install ' , qs .stringify (this .form )).then ((response ) => {
86
+ this .$http .post (' /doInstall ' , qs .stringify (this .form )).then ((response ) => {
87
87
this .loading = false ;
88
88
let data = response .data ;
89
89
if (data .code === 0 ) {
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export default {
81
81
handleSubmit () {
82
82
this .$refs .loginForm .validate ((valid ) => {
83
83
if (valid) {
84
- this .$http .post (' /login ' , qs .stringify (this .loginForm )).then ((response ) => {
84
+ this .$http .post (' /doLogin ' , qs .stringify (this .loginForm )).then ((response ) => {
85
85
this .$message ({
86
86
message: response .data .msg ,
87
87
type: ' success' ,
You can’t perform that action at this time.
0 commit comments