From c896b42ab62fde80791976e9feb62378079acae7 Mon Sep 17 00:00:00 2001 From: tscuite <64051240+tscuite@users.noreply.github.com> Date: Thu, 30 Dec 2021 13:19:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=89=8D=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E7=94=9F=E6=88=90=E5=99=A8=E7=9A=84url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 构建前修改表单生成器的url --- .github/workflows/devops-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/devops-test.yaml b/.github/workflows/devops-test.yaml index 8667075b..bbdf270d 100644 --- a/.github/workflows/devops-test.yaml +++ b/.github/workflows/devops-test.yaml @@ -23,6 +23,7 @@ jobs: git branch ls -l sed -i "s/${PROD}/${TESTING}/g" web/.env.production + sed -i 's/${basePath}:${basePort}/${basePath}/g' web/src/view/systemTools/formCreate/index.vue - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.2 with: