|
@@ -91,14 +91,12 @@ export default {
|
|
|
[this.$route.query.fromPage]: 1
|
|
|
})
|
|
|
localStorage.setItem(`${this.$route.query.fromPage}`, this.$route.query.fromPage)
|
|
|
- setTimeout(() => {
|
|
|
- this.$router.push({
|
|
|
- path: this.$route.query.fromPage, query: {
|
|
|
- ...this.$route.query,
|
|
|
- loginCount: 1
|
|
|
- }
|
|
|
- });
|
|
|
- }, 300)
|
|
|
+ this.$router.push({
|
|
|
+ path: this.$route.query.fromPage, query: {
|
|
|
+ ...this.$route.query,
|
|
|
+ loginCount: 1
|
|
|
+ }
|
|
|
+ });
|
|
|
}
|
|
|
const {type = '', code = ''} = this.$route.query
|
|
|
// 无牌车流程
|