DingXiaoYu 2 лет назад
Родитель
Сommit
b2fd7ba4c1
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/store/modules/workspace.ts
  2. 1 1
      src/views/Project/Invite.vue

+ 1 - 1
src/store/modules/workspace.ts

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

+ 1 - 1
src/views/Project/Invite.vue

@@ -99,7 +99,7 @@ export default {
     },
     },
     convert(url) {
     convert(url) {
       const u = new URL(url);
       const u = new URL(url);
-      u.host = 'seecoder-gitlab-gitlab.seec.seecoder.cn';
+      u.host = 'gitlab.internal-paas.seec.seecoder.cn';
       return u.href;
       return u.href;
     },
     },
     handleChange(projectId) {
     handleChange(projectId) {