Ver Fonte

页面调整

yangc há 8 anos atrás
pai
commit
fb17c7d7a2

+ 2 - 0
components/default/RightBar.vue

@@ -192,6 +192,8 @@
             this.tab.close()
           }
           let newTab = window.open('', '即时对话框', 'height=750, width=1000, top=' + iTop + ', left=' + iLeft + ', toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no')
+          newTab.close()
+          newTab = window.open('', '即时对话框', 'height=750, width=1000, top=' + iTop + ', left=' + iLeft + ', toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no')
           this.$store.dispatch('chat/setChatTab', {tab: newTab})
           this.$http.get('/basic/enterprise/' + this.enterprise.uu + '/info')
             .then(response => {

+ 2 - 0
components/store/common/StoreHeader.vue

@@ -132,6 +132,8 @@ export default {
           this.tab.close()
         }
         let newTab = window.open('', '即时对话框', 'height=750, width=1000, top=' + iTop + ', left=' + iLeft + ', toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no')
+        newTab.close()
+        newTab = window.open('', '即时对话框', 'height=750, width=1000, top=' + iTop + ', left=' + iLeft + ', toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no')
         this.$store.dispatch('chat/setChatTab', {tab: newTab})
         this.$http.get('/basic/enterprise/' + this.storeInfo.enUU + '/info')
           .then(response => {