Compare commits

..

No commits in common. "a77a91a537f2b7808059a945b5d85574470d4b18" and "c097cafcfc9df7953672aa45e08b001a0882f056" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ import { config } from '../config'
const pubapi_old = 'https://owrsvr.cloudowr.cn/svr'
const pubapi = 'https://owrsvr.cloudowr.cn/pubapi'
const zdkapi = 'https://slt-sh.chutianyun.gov.cn:8002' //中电科的市级平台
const service_fxdd = '/gunshiApp'
const service_xyt = '/gunshiApp'//登陆先用小玉潭
const service_fxdd = '/gunshiApp/tsg'
const service_xyt = '/gunshiApp/tsg'//登陆先用小玉潭
const service_shzh = '/shzh'
const apiurl = {
systemM: {

View File

@ -62,7 +62,7 @@ export default function KrLine({ record }) {
}
const getData = async (params) => {
const getData = async (params) => {
setData(await reservoirmonitor(params));
}
useEffect(() => {