diff --git a/.env.prod b/.env.prod index d32a4cdd..7ba06140 100644 --- a/.env.prod +++ b/.env.prod @@ -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 diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index f51a5c53..a9e6c825 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -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()