소스 검색

temp save

liujq 4 년 전
부모
커밋
78fd6b9988

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-2c68db8f.2c465a14.css


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


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-2c68db8f.857f3124.js


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


+ 2 - 1
src/views/news/index.vue

@@ -21,7 +21,8 @@
           align="center"
         >
           <template slot-scope="scope">
-            <a :href="scope.row.link" target="_blank" class="scoped-link">链接</a>
+            <a v-if="scope.row.news_type === 'adminadd'" :href="'https://h5.honglounews.com/wxnews.html?id=' + scope.row.id" target="_blank" class="scoped-link">链接</a>
+            <a v-else :href="scope.row.link" target="_blank" class="scoped-link">链接</a>
           </template>
         </el-table-column>
       </div>

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