fix:地址修改;
This commit is contained in:
parent
c8aae6f408
commit
8784c0cfe3
|
@ -373,7 +373,7 @@ const eventHandles = (type, win) => {
|
|||
export const toLinkWeb = (path) => {
|
||||
const config = baseConfig()
|
||||
// console.log(config)
|
||||
const fullPath = 'https://localhost:7860/' + path
|
||||
const fullPath = config.url + path
|
||||
// 通知主进程
|
||||
ipcRenderer.send('openWindow', {
|
||||
key: `win-${Date.now()}`,
|
||||
|
|
Loading…
Reference in New Issue