@@ -24,7 +24,7 @@ const INIT = Object.keys(FROM_LOCAL_STORAGE).length > 0 ? FROM_LOCAL_STORAGE : D
const convert = (url: string) => {
const u = new URL(url);
- u.host = 'seecoder-gitlab-gitlab.seec.seecoder.cn';
+ u.host = 'gitlab.internal-paas.seec.seecoder.cn';
return u.href;
};
@@ -99,7 +99,7 @@ export default {
},
convert(url) {
handleChange(projectId) {