Browse Source

fix: 修改了gitlab链接

DingXiaoYu 2 years ago
parent
commit
b2fd7ba4c1
2 changed files with 2 additions and 2 deletions
  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 u = new URL(url);
-  u.host = 'seecoder-gitlab-gitlab.seec.seecoder.cn';
+  u.host = 'gitlab.internal-paas.seec.seecoder.cn';
   return u.href;
 };
 

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

@@ -99,7 +99,7 @@ export default {
     },
     convert(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;
     },
     handleChange(projectId) {