Skip to content
代码片段 群组 项目
提交 cbfbea29 编辑于 作者: Jing Teng's avatar Jing Teng
浏览文件

fix backend path

上级 e24136d9
No related branches found
No related tags found
无相关合并请求
......@@ -121,7 +121,7 @@ function setProductionEnv() {
// @ts-ignore
global.__statics = path.join(__dirname, 'statics').replace(/\\/g, '\\\\')
// @ts-ignore
global.__backend = path.join(__dirname, '/backend/').replace(/\\/g, '\\\\')
global.__backend = path.join(__dirname, '../../../src-electron').replace(/\\/g, '\\\\')
httpStaticContentPath = path.join(__dirname, '../../../spa').replace(/\\/g, '\\\\')
}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册