根 / main / config / configDev.js
/** * 开发环境配置 */ const config = { isDev: true, service: {} }; export default config;