路径修改

This commit is contained in:
XinWei 2024-10-29 16:55:54 +08:00
parent e3d914ec95
commit d8132e70e3
2 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@ NODE_ENV=production
VITE_DEV=false
# 请求路径
VITE_BASE_URL='https://mt.ptzykjgs.com'
VITE_BASE_URL=''
# 文件上传类型server - 后端上传, client - 前端直连上传仅支持S3服务
VITE_UPLOAD_TYPE=server
# 上传路径
VITE_UPLOAD_URL='https://mt.ptzykjgs.com/admin-api/infra/file/upload'
VITE_UPLOAD_URL='http://mt.ptzykjgs.com/admin-api/infra/file/upload'
# 接口地址
VITE_API_URL=/admin-api

View File

@ -383,7 +383,7 @@ style="width: 170px;margin: 8px 0;text-align: center;color:#409eff; cursor: poin
}
const goToXXLJob = async () => {
window.open('https://mt.ptzykjgs.com/xxl-job-admin/');
window.open('http://121.36.203.133/xxl-job-admin/');
}
getAllApi()
</script>