@@ -1,2 +1,2 @@
-VUE_APP_PORTAL_HOST='p.internal-paas.seec.seecoder.cn'
-VUE_APP_API_URL = '/api'
+VUE_APP_PORTAL_HOST='p.seec.seecoder.cn'
+VUE_APP_API_URL = '/api'
@@ -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 = 'gitlab.internal-paas.seec.seecoder.cn';
+ u.host = 'gitlab.seec.seecoder.cn';
return u.href;
};