refactor: 更新地址

pull/67/head
xiaojunnuo 2021-04-03 08:34:34 +08:00
parent b9581dba80
commit 81b1995920
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ function updateHandle (app, win, beforeQuit, updateUrl, log) {
export default {
install (context) {
const { app, win, beforeQuit, log } = context
const updateUrl = 'https://dev-sidecar.oss-cn-shenzhen.aliyuncs.com/update/'
const updateUrl = 'http://dev-sidecar.docmirror.cn/update/'
if (process.env.NODE_ENV === 'development') {
Object.defineProperty(app, 'isPackaged', {
get () {