路径修改
This commit is contained in:
parent
e3d914ec95
commit
d8132e70e3
@ -4,12 +4,12 @@ NODE_ENV=production
|
|||||||
VITE_DEV=false
|
VITE_DEV=false
|
||||||
|
|
||||||
# 请求路径
|
# 请求路径
|
||||||
VITE_BASE_URL='https://mt.ptzykjgs.com'
|
VITE_BASE_URL=''
|
||||||
|
|
||||||
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
|
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
|
||||||
VITE_UPLOAD_TYPE=server
|
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
|
VITE_API_URL=/admin-api
|
||||||
|
@ -383,7 +383,7 @@ style="width: 170px;margin: 8px 0;text-align: center;color:#409eff; cursor: poin
|
|||||||
}
|
}
|
||||||
|
|
||||||
const goToXXLJob = async () => {
|
const goToXXLJob = async () => {
|
||||||
window.open('https://mt.ptzykjgs.com/xxl-job-admin/');
|
window.open('http://121.36.203.133/xxl-job-admin/');
|
||||||
}
|
}
|
||||||
getAllApi()
|
getAllApi()
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user