根 / main / config / config.test.js
/** * 开发环境配置 */ const config = { //是否开发模式 isDev: false, service: {} }; export default config;