diff --git a/config/proxy.ts b/config/proxy.ts index 1263c9a..b0897be 100644 --- a/config/proxy.ts +++ b/config/proxy.ts @@ -17,7 +17,8 @@ export default { // localhost:8000/api/** -> https://preview.pro.ant.design/api/** '/api/': { // 要代理的地址 - target: 'http://39.98.44.136:6024/api/shihezi/', // 线上环境 + // target: 'http://39.98.44.136:6024/api/shihezi/', // 线上环境 + target: 'http://test.xjshzly.longbiosphere.com/api/shihezi/', // 线上环境 // target: 'http://wykj.cdwsx.com/api',// 后端 // target: 'http://ks.zhaopinzao8dian.com/api/ks', // 配置了这个可以从 http 代理到 https diff --git a/config/routes.ts b/config/routes.ts index 565eb4b..1ec0c8a 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -242,18 +242,18 @@ export default [ { name: '公共招聘会列表', path: '/jobfair/public-job-fair', - component: './Jobfair/PublicJobFair', + component: './Jobfair/Publicjobfair', }, { name: '招聘会详情', path: '/jobfair/public-job-fair/detail', - component: './Jobfair/PublicJobFair/Detail', + component: './Jobfair/Publicjobfair/Detail', access: 'canViewPublicJobFairDetail', }, { name: '报名人员', path: '/jobfair/public-job-fair/signups', - component: './Jobfair/PublicJobFair/Signups', + component: './Jobfair/Publicjobfair/Signups', }, { name: '户外招聘会管理', diff --git a/src/pages/Management/List/index.tsx b/src/pages/Management/List/index.tsx index 7357406..0d4f0d9 100644 --- a/src/pages/Management/List/index.tsx +++ b/src/pages/Management/List/index.tsx @@ -334,7 +334,7 @@ function ManagementList() { setMode('view'); }} > - 查看详情 + 查看岗位详情 ,