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