Revert "Merge remote-tracking branch 'origin/master'"

This reverts commit 9e16ad6913, reversing
changes made to 4b3b6cdf16.
This commit is contained in:
yujicun
2023-03-17 17:29:37 +08:00
parent 9e16ad6913
commit f0f86482ac
6 changed files with 53 additions and 62 deletions

View File

@@ -6,7 +6,6 @@
<script>
import apiLogin from '@/api/login.js'
import {toLogin} from '@/utils/tologin.js'
import { getToken,setToken } from '@/utils/token'
export default{
data(){
@@ -29,7 +28,7 @@
});
this.toUrl=this.toUrl+params;
}
//console.log(this.toUrl,'options.returnUrl');
console.log(this.toUrl,'options.returnUrl');
},
mounted() {
let token=getToken();