假如没有就算了,
首先,目标文件必须是一个导出的模块: export xxx 然后 import xxx from ‘xxx.js’; 就可以调用了
import api from ‘utils/util.js’