This commit is contained in:
2021-12-10 17:07:29 +08:00
parent 9f3c13f893
commit f445045cc4
29 changed files with 539 additions and 868 deletions

View File

@@ -30,8 +30,8 @@
data () {
return {
dataForm: {
mobile: '',
password: ''
mobile: '13588441519',
password: '123abc.'
},
dataRule: {
mobile: [
@@ -52,7 +52,7 @@
this.$refs['dataForm'].validate((valid) => {
if (valid) {
this.$http({
url: this.$http.adornUrl('passport/login'),
url: this.$http.adornUrl('/passport/login'),
method: 'post',
data: this.$http.adornData({
'mobile': this.dataForm.mobile,