|  |  | 
 |  |  |     <img src="@/assets/images/bg@2x.png" class="main_bg" alt=""> | 
 |  |  |     <div class="login_wrap"> | 
 |  |  |       <div class="login_img"> | 
 |  |  |         <div class="h2">阜宁文体中心</div> | 
 |  |  |         <div class="h3">智慧物流园区安消一体化系统</div> | 
 |  |  | <!--         <div class="h3">阜宁文体中心</div>--> | 
 |  |  |         <div class="h3">智慧场馆运维管理系统</div> | 
 |  |  |       </div> | 
 |  |  |       <div class="form_wrap"> | 
 |  |  |         <div class="tabs"> | 
 |  |  | 
 |  |  |           uuid: this.captcha.uuid | 
 |  |  |         }) | 
 |  |  |           .then((res) => { | 
 |  |  |             // window.location.href = process.env.VUE_APP_CONTEXT_PATH | 
 |  |  |             if (this.isRemPsd) { | 
 |  |  |               localStorage.setItem('username', this.username.trim()) | 
 |  |  |               localStorage.setItem('password', this.password.trim()) | 
 |  |  | 
 |  |  |               localStorage.removeItem('isRemPsd') | 
 |  |  |             } | 
 |  |  |             Cookies.set('dm_user_token', res) | 
 |  |  |             this.$router.push('index') | 
 |  |  |             window.location.href = process.env.VUE_APP_CONTEXT_PATH | 
 |  |  |             // this.$router.push('') | 
 |  |  |           }) | 
 |  |  |           .catch(e => { | 
 |  |  |             this.refreshCaptcha() |