第一步 安装依赖 $ cnpm i api-context -D 第二步 在 build.json 或 build.js 将插件引入进去 // 在plugins里增加 api-context { "plugins": [ "api-context", ] }