@@ -64,8 +64,8 @@ module.exports = (appInfo) => {
* 远程模式-web地址
*/
config.remoteUrl = {
- enable: false,
- url: 'http://localhost:3000'
+ enable: true,
+ url: 'http://localhost:3000/#/home'
};
/**