failed to call another function in the function introduced by import ...
a.js a.js module.exports = { list: async () => { return await axios.get(getIntelligentPlatform) }, } b.js b.js const { list } = require( .. models meibrain ) list().then(res => { console.log(res.data.obj) }) ...