소스 검색

no message

linwenxin 9 달 전
부모
커밋
462bd583f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/index/index.vue

+ 1 - 1
src/pages/index/index.vue

@@ -691,7 +691,7 @@ export default {
     getWebsitList() {
       this.$api
         .get('/user/apply/websit', {
-          isAll: true
+          isAll: false
         })
         .then(res => {
           this.websitList = res.data || []