|  | @@ -3,12 +3,13 @@
 | 
	
		
			
				|  |  |   * @Author: 空白格
 | 
	
		
			
				|  |  |   * @Date: 2022-08-17 11:30:23
 | 
	
		
			
				|  |  |   * @LastEditors: gcz
 | 
	
		
			
				|  |  | - * @LastEditTime: 2022-08-22 11:05:12
 | 
	
		
			
				|  |  | + * @LastEditTime: 2022-08-22 11:19:58
 | 
	
		
			
				|  |  |   * @FilePath: \veterans_client_web\src\views\PersonalCenter\ApplyEducationAuth\ApplyEducationAuthIndex.vue
 | 
	
		
			
				|  |  |   * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 | 
	
		
			
				|  |  |  -->
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  |    <div class="app-main">
 | 
	
		
			
				|  |  | +    <BannerBreadcrumb title="退役军人认证码" :breadcrumb="true" />
 | 
	
		
			
				|  |  |      <div class="app-main-box">
 | 
	
		
			
				|  |  |        <div class="app-main-box-content">
 | 
	
		
			
				|  |  |          <div class="title">退役军人申请码</div>
 | 
	
	
		
			
				|  | @@ -179,6 +180,7 @@
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  | +import BannerBreadcrumb from "@/components/BannerBreadcrumb";
 | 
	
		
			
				|  |  |  import { getDictData } from "@/api/Dict";
 | 
	
		
			
				|  |  |  import { getIdInfo } from "@/api/PersonalCenter";
 | 
	
		
			
				|  |  |  import { veteEduc,getVeteEducData } from "@/api/ApplyEducationAuth";
 | 
	
	
		
			
				|  | @@ -187,6 +189,9 @@ import { regionDataPlus,regionData, CodeToText,TextToCode  } from "element-china
 | 
	
		
			
				|  |  |  import { mapState } from "vuex";
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  |    name: "ApplyEducationAuthIndex",
 | 
	
		
			
				|  |  | +  components: {
 | 
	
		
			
				|  |  | +    BannerBreadcrumb,
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  |    data() {
 | 
	
		
			
				|  |  |      return {
 | 
	
		
			
				|  |  |        dialogVisible: false,
 | 
	
	
		
			
				|  | @@ -729,6 +734,9 @@ export default {
 | 
	
		
			
				|  |  |      margin-bottom: 45px;
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +:deep(.banner-breadcrumb-breadcrumb){
 | 
	
		
			
				|  |  | +  margin-bottom: 14px;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  .title {
 | 
	
		
			
				|  |  |    text-align: center;
 | 
	
		
			
				|  |  |    font-weight: 500;
 |