linwenxin 9 mesi fa
parent
commit
462bd583f7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 || []