Forráskód Böngészése

编办只展示全国和广东

ellisran 1 éve
szülő
commit
bc2fa3502c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/lib/dsk.js

+ 1 - 1
app/lib/dsk.js

@@ -71,7 +71,7 @@ class DSK {
         const url = this.url + 'api/compilation/external/list';
         const postData = {};
         const result = this.dealWith(await this.ctx.helper.sendRequest(url, postData, 'GET', 'json', true));
-        return result.filter(item => { return item.type === 'highway'; });
+        return result.filter(item => { return item.type === 'highway' && (item.name === '全国公路(2018)' || item.name === '广东公路(2018)'); });
     }
 
     async getProjectList(mobile, compilationId) {