|
|
@@ -1,5 +1,5 @@ |
|
|
|
import { request } from 'umi'; |
|
|
|
import { getDataBaseUrl } from '@/global_data'; |
|
|
|
import { getDataBaseUrl,GetkitchbaseUrl } from '@/global_data'; |
|
|
|
export async function GetDevicePushRecodePage(data) { |
|
|
|
return request(`/kitchbase/api/devicepushrecode/page`, { |
|
|
|
method: 'POST', |
|
|
@@ -46,7 +46,7 @@ export async function GetDevicePushRecodePage(data) { |
|
|
|
}); |
|
|
|
} |
|
|
|
export async function GetStop() { |
|
|
|
return request(getDataBaseUrl()+`/api/stop/getstop`, { |
|
|
|
return request(GetkitchbaseUrl()+`/api/store/getstorelist`, { |
|
|
|
method: 'Get', |
|
|
|
}); |
|
|
|
} |
|
|
|