| | |
| | | <div class="common-header"> |
| | | <div class="header"> |
| | | <div class="logo"> |
| | | <div>工厂平台端</div> |
| | | <div>DM云工厂平台端</div> |
| | | <!-- <div class="title-en">Diagnosis of Intelligent Manufacturing Integrated Service Platfrom</div> --> |
| | | </div> |
| | | <div class="user"> |
| | |
| | | logout() |
| | | .then(() => { |
| | | this.setUserInfo(null) |
| | | this.$router.push({ name: 'login' }) |
| | | <<<<<<< HEAD |
| | | // this.$router.push({ path: '/login' }) |
| | | ======= |
| | | // this.$router.push({ name: 'login' }) |
| | | >>>>>>> dev |
| | | window.location.reload() |
| | | }) |
| | | .catch(e => { |
| | | this.$tip.apiFailed(e) |
| | | this.$tips.apiFailed(e) |
| | | }) |
| | | } |
| | | } |