mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	style: formate code style
This commit is contained in:
		| @@ -11,13 +11,13 @@ | |||||||
|           alt="" |           alt="" | ||||||
|           style="width: 100%; height: 100%; display: block" |           style="width: 100%; height: 100%; display: block" | ||||||
|         /> |         /> | ||||||
|         <div class="verify-refresh" @click="refresh" v-show="showRefresh" |         <div class="verify-refresh" @click="refresh" v-show="showRefresh"> | ||||||
|           ><i class="iconfont icon-refresh"></i> |           <i class="iconfont icon-refresh"></i> | ||||||
|         </div> |         </div> | ||||||
|         <transition name="tips"> |         <transition name="tips"> | ||||||
|           <span class="verify-tips" v-if="tipWords" :class="passFlag ? 'suc-bg' : 'err-bg'">{{ |           <span class="verify-tips" v-if="tipWords" :class="passFlag ? 'suc-bg' : 'err-bg'"> | ||||||
|             tipWords |             {{ tipWords }} | ||||||
|           }}</span> |           </span> | ||||||
|         </transition> |         </transition> | ||||||
|       </div> |       </div> | ||||||
|     </div> |     </div> | ||||||
|   | |||||||
| @@ -127,7 +127,6 @@ const getRoutes = async () => { | |||||||
|   if (!redirect.value) { |   if (!redirect.value) { | ||||||
|     redirect.value = '/' |     redirect.value = '/' | ||||||
|   } |   } | ||||||
|   console.info(redirect.value) |  | ||||||
|   push({ path: redirect.value || permissionStore.addRouters[0].path }) |   push({ path: redirect.value || permissionStore.addRouters[0].path }) | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu