src/components/page/Login.vue
@@ -48,7 +48,7 @@ submitForm(formName) { this.$refs[formName].validate((valid) => { if (valid) { var url = this.$systemconfig.basePath + '/user/login'; var url = this.$systemconfig.basePath + '/ffzf/user/login'; this.$byutil.postData(this,url,this.ruleForm,res=>{ let data = res.data; if (data) {