Przeglądaj źródła

erge branch 'devcloud-arm' of http://gogs.seec.seecoder.cn/HuangKaiSheng/seecoder-devcloud-frontend into devcloud-arm

xuxiaopang 2 lat temu
rodzic
commit
005d0637d4
2 zmienionych plików z 2 dodań i 2 usunięć
  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) {