flat:暂存
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user