1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-01 13:33:58 +08:00

analyze button

This commit is contained in:
Z 2019-09-11 14:37:17 -05:00
parent dbff113a46
commit e3cf5346f2

View File

@ -25,8 +25,8 @@ export function logout() {
export function sendAnalyzeRequest() {
return request({
url: '/uploader/analyze',
url: '/testpredict',
method: 'get',
baseURL: 'http://www.google.com'
baseURL: 'http://localhost:8010'
})
}