|
@@ -458,9 +458,9 @@ export default {
|
|
},
|
|
},
|
|
//登录成功通知后端
|
|
//登录成功通知后端
|
|
sendUrlServ(){
|
|
sendUrlServ(){
|
|
- axios.get('http://admindev.bjzxtw.org.cn/auth/loginapi.php', {
|
|
|
|
- token: this.$store.state.user.token
|
|
|
|
- }).then(res => {
|
|
|
|
|
|
+ axios.get('http://admindev.bjzxtw.org.cn/auth/loginapi.php',{params: {
|
|
|
|
+ token: this.$store.state.user.token
|
|
|
|
+ }}).then(res => {
|
|
console.log(res)
|
|
console.log(res)
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
|
|
|