|
@@ -36,7 +36,10 @@ export default {
|
|
},
|
|
},
|
|
beforeMount() {
|
|
beforeMount() {
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
- if (this.previousUrl.startsWith("/login/")) {
|
|
|
|
|
|
+ if (
|
|
|
|
+ this.previousUrl.startsWith("/login/") &&
|
|
|
|
+ process.env.NODE_ENV !== "development"
|
|
|
|
+ ) {
|
|
this.$Modal.info({
|
|
this.$Modal.info({
|
|
render: () => (
|
|
render: () => (
|
|
<div class="welcome-modal">
|
|
<div class="welcome-modal">
|