Compare commits

..

No commits in common. "a731dff62cbdc3caf76ddccb4fcb64b7f53cff78" and "b574464a1e8a9e224e84b8d333ea262ae0a9f43e" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ const eventHandles = (type, win) => {
export const toLinkWeb = (path) => {
const config = baseConfig()
// console.log(config)
const fullPath = config.url + path
const fullPath = ' https://localhost:7860/' + path
// 通知主进程
ipcRenderer.send('openWindow', {
key: `win-${Date.now()}`,