|
|
@@ -31,7 +31,8 @@ module.exports = (appInfo) => {
|
|
|
/**
|
|
|
* 应用程序顶部菜单
|
|
|
*/
|
|
|
- config.openAppMenu = true;
|
|
|
+ config.openAppMenu = false;
|
|
|
+
|
|
|
|
|
|
/**
|
|
|
* jobs
|
|
|
@@ -40,6 +41,14 @@ module.exports = (appInfo) => {
|
|
|
messageLog: true,
|
|
|
};
|
|
|
|
|
|
+ /**
|
|
|
+ * 远程模式-web地址
|
|
|
+ */
|
|
|
+ config.remoteUrl = {
|
|
|
+ enable: true,
|
|
|
+ url: 'http://tkk.pubdata.cn'
|
|
|
+ };
|
|
|
+
|
|
|
return {
|
|
|
...config,
|
|
|
};
|