소스 검색

Merge branch 'new_web' of http://39.108.172.131:3000/Shannon_mu/SmartCommunity into new_web

long 3 년 전
부모
커밋
1f8b0985a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      operationSupport/src/components/common/alertModal.vue

+ 1 - 1
operationSupport/src/components/common/alertModal.vue

@@ -94,7 +94,7 @@ export default {
     watch: {},
     methods: {
         close() {
-            if (this.$route.query.showDialog) {
+            if (this.$route.fullPath == '/assetManagement/shopManagement/index?showDialog=true') {
                 this.$router.replace('/workbench/index');
             }
             this.$store.dispatch('delPopup', this.modal.id);