mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-07 08:41:10 +08:00
🐛 Fix: settingPage && miniPage style in windows
This commit is contained in:
@@ -23,12 +23,13 @@ import {
|
||||
IpcRendererEvent,
|
||||
remote
|
||||
} from 'electron'
|
||||
import path from 'path'
|
||||
@Component({
|
||||
name: 'mini-page',
|
||||
mixins: [mixin]
|
||||
})
|
||||
export default class extends Vue {
|
||||
logo = 'static/squareLogo.png'
|
||||
logo = path.join(process.env.BASE_URL as string, 'squareLogo.png')
|
||||
dragover = false
|
||||
progress = 0
|
||||
showProgress = false
|
||||
|
||||
Reference in New Issue
Block a user