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