Compare commits
2 Commits
b574464a1e
...
a731dff62c
Author | SHA1 | Date |
---|---|---|
yangws | a731dff62c | |
小杨 | dac36e611d |
|
@ -370,7 +370,7 @@ const eventHandles = (type, win) => {
|
||||||
export const toLinkWeb = (path) => {
|
export const toLinkWeb = (path) => {
|
||||||
const config = baseConfig()
|
const config = baseConfig()
|
||||||
// console.log(config)
|
// console.log(config)
|
||||||
const fullPath = ' https://localhost:7860/' + path
|
const fullPath = config.url + path
|
||||||
// 通知主进程
|
// 通知主进程
|
||||||
ipcRenderer.send('openWindow', {
|
ipcRenderer.send('openWindow', {
|
||||||
key: `win-${Date.now()}`,
|
key: `win-${Date.now()}`,
|
||||||
|
|
Loading…
Reference in New Issue