|
@@ -44,6 +44,7 @@ const updateModal = ref(false)
|
|
|
const updateInfo = ref({})
|
|
|
const getCheckForUpdates = async () => {
|
|
|
//platform:arm64 x64,arch:darwin win32
|
|
|
+ console.log('当前版本:', config.version)
|
|
|
console.log('platform-arch:', window.api.platform, window.api.arch)
|
|
|
//const http = 'https://archives.hczcxx.cn'
|
|
|
const http = 'http://192.168.0.109:5175'
|