提交 796bc0a8 编写于 作者: C colynn.liu

fix: scmintegrate defined default config.url

上级 171a94a2
......@@ -131,10 +131,11 @@ export default {
this.disabledEditURL = true
break;
case 'github':
this.form.config.url = 'https://gitee.com'
this.form.config.url = 'https://github.com'
this.disabledEditURL = true
break;
default:
this.form.config.url = ''
this.disabledEditURL = false
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册