|
@@ -519,10 +519,10 @@ export default {
|
|
type: "warning",
|
|
type: "warning",
|
|
})
|
|
})
|
|
.then(async () => {
|
|
.then(async () => {
|
|
- localStorage.setItem(
|
|
|
|
- `${this.teamid}base`,
|
|
|
|
- JSON.stringify(this.topFrom)
|
|
|
|
- );
|
|
|
|
|
|
+ // localStorage.setItem(
|
|
|
|
+ // `${this.teamid}base`,
|
|
|
|
+ // JSON.stringify(this.topFrom)
|
|
|
|
+ // );
|
|
let b = await this.gotoNext(str)
|
|
let b = await this.gotoNext(str)
|
|
console.log(b)
|
|
console.log(b)
|
|
return b;
|
|
return b;
|