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