mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-01 13:33:58 +08:00
change port
This commit is contained in:
parent
26afda8af0
commit
c86b31749e
@ -27,7 +27,7 @@ export function sendAnalyzeRequest(token) {
|
||||
return request({
|
||||
url: '/testpredict',
|
||||
method: 'get',
|
||||
baseURL: 'http://localhost:8888',
|
||||
baseURL: 'http://localhost:8010',
|
||||
params: { token }
|
||||
})
|
||||
}
|
||||
@ -36,7 +36,7 @@ export function sendAnalyzeOnDateRequest(token, fromDate, toDate) {
|
||||
return request({
|
||||
url: '/predictOnDate',
|
||||
method: 'get',
|
||||
baseURL: 'http://localhost:8888',
|
||||
baseURL: 'http://localhost:8010',
|
||||
params: { token, fromDate, toDate }
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user