Commit db4449d6 by liangjianmin

js

parent 0e447fbb
Showing with 2 additions and 2 deletions
......@@ -5,7 +5,7 @@ import filters from './filters'
import directive from './directive'
import {http} from './ajax/index.js';
import axios from 'axios'
import {Message} from 'element-ui';
//本地环境开启提示信息
Vue.config.productionTip = false;
......
......@@ -129,7 +129,7 @@
background: 'rgba(0, 0, 0, 0)'
});
this.$http('post', "/auth/login", {
this.$http('post', "/auth/login1", {
mobile: this.form.mobile,
password: this.form.password,
captcha: this.form.captcha,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment