fix:地址修改; #374

Merged
yangws merged 1 commits from yangws into main 2024-10-28 17:14:49 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8784c0cfe3 - Show all commits

View File

@ -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()}`,