- 更新前端 config.json 中的 tkkWebUrl 为生产环境地址 - 在 electron config.prod.js 中禁用远程模式
@@ -26,7 +26,7 @@ module.exports = (appInfo) => {
* 远程模式-web地址
*/
config.remoteUrl = {
- enable: true,
+ enable: false,
url: 'http://localhost:3000/#/home'
};
@@ -1,4 +1,4 @@
{
"api": "https://dev2.pubdata.cn",
- "tkkWebUrl": "http://localhost:3001/tkk"
+ "tkkWebUrl": "https://tkk.pubdata.cn"
}