소스 검색

默认游客账号密码修改,文件进行替换

mork 3 주 전
부모
커밋
b270d138ee
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      public/static/plugins/createAuth.js
  2. 2 2
      src/views/yygl/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/static/plugins/createAuth.js


+ 2 - 2
src/views/yygl/index.vue

@@ -25,9 +25,9 @@
         <div v-for="item in applications" :key="item.id">
           <div class="application-card">
             <div class="card-image">
-              <img :src="curUrl + item.c_picture" :alt="item.c_jsdw" />
+              <img :src="curUrl + item.c_picture" :alt="item.title" />
             </div>
-            <h3 class="card-title"> {{ item.c_jsdw }}</h3>
+            <h3 class="card-title"> {{ item.title }}</h3>
             <div class="card-info">
               <p><strong>访问类型:</strong> {{ item.type }}</p>
               <p><strong>建设单位:</strong> {{ item.jsdw }}</p>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.