mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-09-04 05:34:41 +08:00
rollup 打包问题修复
This commit is contained in:
@@ -22,7 +22,7 @@ function createWin() {
|
||||
|
||||
const URL = is_dev
|
||||
? `http://localhost:${process.env.PORT}` // vite 启动的服务器地址
|
||||
: `file://${join(__dirname, '../../dist/render/index.html')}` // vite 构建后的静态文件地址
|
||||
: `file://${join(__dirname, '../render/index.html')}` // vite 构建后的静态文件地址
|
||||
|
||||
win.loadURL(URL)
|
||||
}
|
||||
|
Reference in New Issue
Block a user