We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f747e01 commit 2dc2a99Copy full SHA for 2dc2a99
.github/workflows/devops.yml
@@ -20,6 +20,7 @@ jobs:
20
run: |
21
git branch
22
ls -l
23
+ sed -i 's/${basePath}:${basePort}/${basePath}/g' web/src/view/systemTools/formCreate/index.vue
24
- name: Use Node.js ${{ matrix.node-version }}
25
uses: actions/[email protected]
26
with:
0 commit comments