diff --git a/pages/index.vue b/pages/index.vue index 03c586f..ee9a78d 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -63,7 +63,7 @@ computed: { gitHost: () => { if(process.BROWSER_BUILD) - return window.location.protocol+"//git@$API_HOST" + return window.location.protocol+"//git:$API_TOKEN@$API_HOST" else return "" },