linwenxin hace 9 meses
padre
commit
462bd583f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 || []