111
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled

This commit is contained in:
francis-fh
2026-06-17 19:56:39 +08:00
parent 17c1c89639
commit be90f4026b
5 changed files with 446 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ 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://localhost:9091', // 本地代理
// target: 'http://wykj.cdwsx.com/api',// 后端
// target: 'http://ks.zhaopinzao8dian.com/api/ks',

View File

@@ -76,6 +76,10 @@ export default [
path: '/job-portal/personal-center/footprints',// 访问足迹岗位列表
component: './JobPortal/PersonalCenter/Footprints',
},
{
path: '/job-portal/personal-center/showcase',// 我的风采
component: './JobPortal/PersonalCenter/Showcase',
},
{
path: '/job-portal/message',// 消息通知页面
component: './JobPortal/Message',