flat:暂存

This commit is contained in:
Apcallover
2024-03-15 16:59:29 +08:00
parent 0b91c24484
commit d89c90f196
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ export const recommendMission = (current, size, seaStr) => {
/*抢任务-最新任务*/ /*抢任务-最新任务*/
export const newMissionAll = (current, size, seaStr) => { export const newMissionAll = (current, size, seaStr) => {
return request({ return request({
url: '/api/jobslink-api/missions/user/mission/lastList', url: '/api/jobslink-api/missions/user/mission/getPushList',
method: 'get', method: 'get',
params: { params: {
current, current,

View File

@@ -4,8 +4,8 @@ module.exports = {
proxy: { proxy: {
'/api': { '/api': {
// target: 'http://192.168.3.104:8000', // 本地服务接口地址 // target: 'http://192.168.3.104:8000', // 本地服务接口地址
// target: "http://39.98.184.58:8000", // 阿里云后台地址 target: "http://39.98.184.58:8000", // 阿里云后台地址
target: 'http://192.168.3.108:8000', // 本地服务接口地址 // target: 'http://192.168.3.108:8000', // 本地服务接口地址
// target: 'http://192.168.3.111:8000', // 本地服务接口地址 // target: 'http://192.168.3.111:8000', // 本地服务接口地址
ws: true, ws: true,
pathRewrite: { pathRewrite: {