fix():发版

qzc-dev-demo
李神峰 2025-04-02 13:37:34 +08:00
parent aa5874bbc5
commit e01fa69e74
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_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/tsg' const service_fxdd = '/gunshiApp'
const service_xyt = '/gunshiApp/tsg'//登陆先用小玉潭 const service_xyt = '/gunshiApp'//登陆先用小玉潭
const service_shzh = '/shzh' const service_shzh = '/shzh'
const apiurl = { const apiurl = {
systemM: { systemM: {

View File

@ -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(() => {