|
@@ -95,7 +95,9 @@ export default {
|
|
beforeMount() {
|
|
beforeMount() {
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
if (
|
|
if (
|
|
- (this.previousUrl.startsWith("/login/") || this.previousUrl === "/") &&
|
|
|
|
|
|
+ (this.previousUrl.startsWith("/login/") ||
|
|
|
|
+ this.previousUrl === "/" ||
|
|
|
|
+ this.previousUrl === "/login") &&
|
|
process.env.NODE_ENV !== "development"
|
|
process.env.NODE_ENV !== "development"
|
|
) {
|
|
) {
|
|
this.$Modal.info({
|
|
this.$Modal.info({
|