From 0c04363ce4fe88b487d507bd5ad3f117403b02b2 Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Mon, 19 Jun 2023 16:20:10 +0800 Subject: [PATCH] =?UTF-8?q?[feat](=E8=B7=AF=E7=94=B1):=20=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E8=B7=B3=E8=BD=AC=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle.yml | 8 -------- src/App.vue | 7 ++----- src/components/bg-menu.vue | 8 ++++---- src/main.js | 2 +- src/page/welcom.vue | 2 +- src/router/index.js | 14 +++++++------- 6 files changed, 15 insertions(+), 26 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index a4cc30c..dadd6aa 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -164,8 +164,6 @@ steps: path: /var/run/docker.sock pull: always environment: - http_proxy: http://10.11.92.33:1282 - https_proxy: http://10.11.92.33:1282 REGISTRY_USER: from_secret: REGISTRY_USER REGISTRY_PASSWORD: @@ -182,8 +180,6 @@ steps: path: /var/run/docker.sock pull: always environment: - http_proxy: http://10.11.92.33:1282 - https_proxy: http://10.11.92.33:1282 REGISTRY_USER: from_secret: REGISTRY_USER REGISTRY_PASSWORD: @@ -200,8 +196,6 @@ steps: path: /var/run/docker.sock pull: always environment: - http_proxy: http://10.11.92.33:1282 - https_proxy: http://10.11.92.33:1282 REGISTRY_USER: from_secret: REGISTRY_USER REGISTRY_PASSWORD: @@ -218,8 +212,6 @@ steps: path: /var/run/docker.sock pull: always environment: - http_proxy: http://10.11.92.33:1282 - https_proxy: http://10.11.92.33:1282 REGISTRY_USER: from_secret: REGISTRY_USER REGISTRY_PASSWORD: diff --git a/src/App.vue b/src/App.vue index 3a1f2c9..d2d9dbf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,8 @@