|
|
@@ -12,7 +12,7 @@ module.exports = (appInfo) => {
|
|
|
/**
|
|
|
* 开发者工具
|
|
|
*/
|
|
|
- config.openDevTools = true;
|
|
|
+ config.openDevTools = false;
|
|
|
|
|
|
/**
|
|
|
* 应用程序顶部菜单
|
|
|
@@ -64,7 +64,7 @@ module.exports = (appInfo) => {
|
|
|
* 远程模式-web地址
|
|
|
*/
|
|
|
config.remoteUrl = {
|
|
|
- enable: true,
|
|
|
+ enable: false,
|
|
|
url: 'http://localhost:3000'
|
|
|
};
|
|
|
|