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