Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 2m58s

This commit is contained in:
fyy 2025-08-22 19:50:03 +08:00
commit c761c8ba0c
2 changed files with 3 additions and 9 deletions

View File

@ -37,12 +37,6 @@ jobs:
exit 1
fi
- name: 通过SSH复制文件
uses: http://git.missmoc.top/mocheng/scp-action@v0.1.7
with:
host: 127.0.0.1
username: ${{ secrets.SERVER_NAME }} # 使用secrets存储
password: ${{ secrets.SERVER_PWD }} # 使用secrets存储
port: 11001
source: "./apps/web-antd/dist"
target: "/www/wwwroot/183.230.235.66_11010/property"
run: cp -rf ./apps/web-antd/dist/* /www/wwwroot/183.230.235.66_11010/property

View File

@ -88,7 +88,7 @@ function handleAdd() {
<Space>
<a-button
type="primary"
v-access:code="['property:visitorManagement:add']"
v-access:code="['property:visitorManagement:addVisitorManagement']"
@click="handleAdd"
>
{{ '添加邀约' }}