diff --git a/app.js b/app.js index e101474..c37cc67 100644 --- a/app.js +++ b/app.js @@ -14,8 +14,8 @@ function createWindow() { win.setMinimumSize(1280, 900); if (process.env.NODE_ENV === 'dev') { - win.loadURL('http://localhost:4678/') win.webContents.openDevTools({ mode: 'detach' }) + win.loadURL('http://localhost:4678/') } else { win.loadURL(`file://${__dirname}/dist/index.html`) } diff --git a/index.html b/index.html index e907a88..5916e0a 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ href="./public/icon/iconfont.css" /> + diff --git a/src/views/list/index.vue b/src/views/list/index.vue index 7f4e6f2..7f6182e 100644 --- a/src/views/list/index.vue +++ b/src/views/list/index.vue @@ -105,7 +105,7 @@ const handlePlay = (item: any) => {