fix: 拓扑信息OMC默认无信息
This commit is contained in:
@@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network EMS"
|
|||||||
VITE_APP_CODE = "CN EMS"
|
VITE_APP_CODE = "CN EMS"
|
||||||
|
|
||||||
# 应用版本
|
# 应用版本
|
||||||
VITE_APP_VERSION = "2.231222.9"
|
VITE_APP_VERSION = "2.231225.9"
|
||||||
|
|
||||||
# 接口基础URL地址-不带/后缀
|
# 接口基础URL地址-不带/后缀
|
||||||
VITE_API_BASE_URL = "/omc-api"
|
VITE_API_BASE_URL = "/omc-api"
|
||||||
|
|||||||
@@ -77,10 +77,10 @@ function fnGetList(refresh: boolean = false) {
|
|||||||
neId: item.neId,
|
neId: item.neId,
|
||||||
neName: item.neName,
|
neName: item.neName,
|
||||||
neType: item.neType,
|
neType: item.neType,
|
||||||
expire: '2024-03-31',
|
expire: '-',
|
||||||
refreshTime: '10:31:47',
|
refreshTime: '-',
|
||||||
sn: '13770707',
|
sn: '-',
|
||||||
version: '2.2312.8',
|
version: '-',
|
||||||
};
|
};
|
||||||
nodes.push({
|
nodes.push({
|
||||||
id: item.neName,
|
id: item.neName,
|
||||||
|
|||||||
Reference in New Issue
Block a user