Commit d334e4d5 authored by 高宇's avatar 高宇

1.重置密码

parent 464dc789
...@@ -193,6 +193,7 @@ export default { ...@@ -193,6 +193,7 @@ export default {
.then(() => { .then(() => {
// window.location.href = `${this.reLocation}/#/` // window.location.href = `${this.reLocation}/#/`
// this.$router.push({ path: `http://main.court.com${this.redirect || "/"}` }); // this.$router.push({ path: `http://main.court.com${this.redirect || "/"}` });
console.info("----------------")
this.$router.push('/controlPlatform/control') this.$router.push('/controlPlatform/control')
// this.loading = false // this.loading = false
// this.$router.push('/home') // this.$router.push('/home')
......
...@@ -333,7 +333,6 @@ export default { ...@@ -333,7 +333,6 @@ export default {
next() next()
}, },
created() { created() {
console.log('manufacturer', manufacturer)
this.manufacturer = manufacturer this.manufacturer = manufacturer
if (this.$store.getters.searchParams[this.$route.path]) { if (this.$store.getters.searchParams[this.$route.path]) {
const { searchParams } = this.$store.getters; const { path } = this.$route const { searchParams } = this.$store.getters; const { path } = this.$route
......
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 to comment