|
|
@ -139,9 +139,11 @@ export default {
|
|
|
|
.then(() => {
|
|
|
|
.then(() => {
|
|
|
|
this.$store.dispatch("LogOut").then(() => {
|
|
|
|
this.$store.dispatch("LogOut").then(() => {
|
|
|
|
location.href =
|
|
|
|
location.href =
|
|
|
|
process.env.NODE_ENV === "production"
|
|
|
|
// process.env.NODE_ENV === "production"
|
|
|
|
? "/demo/suzhouyingjiPC/"
|
|
|
|
// ? "/demo/suzhouyingjiPC/"
|
|
|
|
: "/";
|
|
|
|
// : "/";
|
|
|
|
|
|
|
|
location.href =
|
|
|
|
|
|
|
|
process.env.NODE_ENV === "production" ? "./" : "/";
|
|
|
|
});
|
|
|
|
});
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {});
|
|
|
|
.catch(() => {});
|
|
|
|