fix:修改页面路由 修改echats图 滑块样式

This commit is contained in:
zhaohy
2024-08-14 09:55:56 +08:00
parent 1f0eca56ae
commit 2e1b1b8249
9 changed files with 115 additions and 38 deletions

View File

@@ -1,3 +1,4 @@
import { BASE_URL } from '../index';
export enum gatewayAlarmApi {
getTableList = '/carbon-smart/api/AlarmGatewayLog/selectAlarmGatewayLog', //网关告警 列表
getTableList = `${BASE_URL}/api/AlarmGatewayLog/selectAlarmGatewayLog`, //网关告警 列表
}