Compare commits
No commits in common. "a77a91a537f2b7808059a945b5d85574470d4b18" and "c097cafcfc9df7953672aa45e08b001a0882f056" have entirely different histories.
a77a91a537
...
c097cafcfc
|
|
@ -3,8 +3,8 @@ import { config } from '../config'
|
||||||
const pubapi_old = 'https://owrsvr.cloudowr.cn/svr'
|
const pubapi_old = 'https://owrsvr.cloudowr.cn/svr'
|
||||||
const pubapi = 'https://owrsvr.cloudowr.cn/pubapi'
|
const pubapi = 'https://owrsvr.cloudowr.cn/pubapi'
|
||||||
const zdkapi = 'https://slt-sh.chutianyun.gov.cn:8002' //中电科的市级平台
|
const zdkapi = 'https://slt-sh.chutianyun.gov.cn:8002' //中电科的市级平台
|
||||||
const service_fxdd = '/gunshiApp'
|
const service_fxdd = '/gunshiApp/tsg'
|
||||||
const service_xyt = '/gunshiApp'//登陆先用小玉潭
|
const service_xyt = '/gunshiApp/tsg'//登陆先用小玉潭
|
||||||
const service_shzh = '/shzh'
|
const service_shzh = '/shzh'
|
||||||
const apiurl = {
|
const apiurl = {
|
||||||
systemM: {
|
systemM: {
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ export default function KrLine({ record }) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const getData = async (params) => {
|
const getData = async (params) => {
|
||||||
setData(await reservoirmonitor(params));
|
setData(await reservoirmonitor(params));
|
||||||
}
|
}
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue