| | |
| | | }, |
| | | aRouter1() { |
| | | // window.open('https://chatlink.wchatlink.com/widget/standalone.html?eid=139eb5679d5a9aea0650dbb3c96ca1a2&language=en'); |
| | | window.open(this.onlineService); |
| | | if (window.localStorage.getItem("USERTOKEN")) { |
| | | window.open(this.onlineService); |
| | | }else{ |
| | | this.$router.push('/login') |
| | | } |
| | | }, |
| | | |
| | | getdialog() { |
| | |
| | | let data = await api.getInfoSite(); |
| | | if (data.status === 0) { |
| | | this.onlineService = data.data.onlineService; |
| | | console.log(this.onlineService, 'this.onlineService'); |
| | | } else { |
| | | this.$store.commit("elAlertShow", { |
| | | elAlertShow: true, |