编辑 app/config/config.js :
/** * Config * @return */ module.exports = { app_port: 3000, //将3000修改为需要绑定的目标端口 ...... };
编译:
npm run compile
重新启动:
npm start