failed to call another function in the function introduced by import
failed to call another function in the function introduced by import
your type is a string, not a function
Previous: React-native run-android reported an error
Next: WeChat Mini Programs bug, legal domain name and so on.
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) }) ...