CINXE.COM
华为数字能源信息中心 | 一网览尽数字能源产品信息
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="google-site-verification" content="Nxtl5cDMUehxTdajHkhb0h2xKCL6FRLVaIkfa6CHlaA"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,minimal-ui"><meta name="format-detection" content="telephone=no"><meta name="format-detection" content="email=no"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="full-screen" content="yes"><meta name="browsermode" content="application"><meta name="x5-fullscreen" content="true"><meta name="x5-page-mode" content="app"><meta http-equiv="X-Content-Type-Options" content="nosniff"><meta http-equiv="X-XSS-Protection" content="1"><meta http-equiv="Permissions-Policy" content="camera=(), microphone=(), geolocation=();"><meta http-equiv="Strict-Transport-Security" content="max-age=315360000"><meta http-equiv="Feature-Policy" content="geolocation 'self'; camera 'none'; microphone 'self'"><meta name="description" content="华为数字能源信息中心在线平台为您提供智能光伏、数据中心能源、站点能源和充电网络等产品丰富的技术文档和视频,并提供智能问答、扫码全景、告警速查等工具,支持快速查找定位问题并助力能力提升。"><meta name="keywords" content="数字能源,信息中心,智能光伏,数据中心,站点能源,充电网络,技术支持,产品文档"><link rel="icon" href="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/huawei.ico"><title>华为数字能源信息中心 | 一网览尽数字能源产品信息</title><script>// PC端分享,移动端访问 ; (function() { function isMobile() { let userAgent = window.navigator.userAgent || window.navigator.vendor || window.opera; return /android|ipad|iphone|ipod|iemobile|opera mini|mobile|tablet/i.test(userAgent); } let isAndro = isMobile(); let curLocation = window.location; let docClientWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; let href = curLocation.href; let origin = curLocation.origin; let pathname = curLocation.pathname; // 防止无限重定向:设置重定向次数限制 let redirectCount = parseInt(localStorage.getItem("redirectCount") || "0", 10); // 设置重定向次数的最大限制 let MAX_REDIRECTS = 2; // 如果重定向次数超过最大限制,则停止跳转 if (redirectCount > MAX_REDIRECTS) { localStorage.removeItem("redirectCount"); // 清除计数器,避免影响后续页面 return; } function getAfterKeyword(path, keyword) { let keywordIndex = path.indexOf(keyword); if (keywordIndex === -1) { return ''; // 如果关键词不在路径中,返回空字符串 } return path.substring(keywordIndex + keyword.length); // 获取关键词后的部分 } // 适配原有链接上含有#的情况 if (href.includes('/index?lang=zh_CN#/')) { window.location.replace(location.href.replace('/index?lang=zh_CN#/', '/')) } else if (href.includes('/index?lang=en_US#/')) { window.location.replace(location.href.replace('/index?lang=en_US#/', '/')) } else if (href.includes('/#/')) { window.location.replace(location.href.replace('/#/', '/')) } else if (href.includes('#/')) { window.location.replace(location.href.replace('#/', '/')) } if (docClientWidth <= 768 || isAndro) { let oldHref = href; // 获取查询参数 let url = new URL(href); let lang = url.searchParams.get('lang'); // 'zh_CN' let navId = url.searchParams.get('navId'); // '15' let sceneId = url.searchParams.get('sceneId'); // '215' let productId = url.searchParams.get('productId'); // '91' let page = url.searchParams.get('page'); let newPathName = '/Energy/mobile/enterprise'; let match if (pathname.indexOf('carrier') !== -1) { newPathName = '/Energy/mobile/carrier'; match = getAfterKeyword(pathname, 'carrier') } else if (pathname.indexOf('enterprise') !== -1) { newPathName = '/Energy/mobile/enterprise'; match = getAfterKeyword(pathname, 'enterprise') } else { newPathName = '/Energy/mobile' match = getAfterKeyword(pathname, 'Energy') } let newOrigin = (origin === 'http://localhost.huawei.com:8081') ? 'http://localhost.huawei.com:5173' : origin; let baseUrl = newOrigin + newPathName + '#'; // 生成 URL 的路径部分,默认显示首页 let path = ''; if (lang) { path += '/' + lang; } // 分享到具体某个产品 if (pathname.indexOf('multiple') !== -1 && page !== 'GalleryHome') { if (productId && redirectCount < MAX_REDIRECTS) { if (pathname.indexOf('multiple') !== -1) { path += '/multipletabs/'; } if (navId) { path += navId + '/'; } if (sceneId) { path += sceneId + '/'; } if (productId) { path += productId + '/'; } if (page) { if (page === 'DocHome') { path += 'document'; } if (page === 'VideoHome') { path += 'video'; } } } else { // 如果是分享全部,直接显示移动端场景页面 path += '/scenes/'; if (navId) { path += navId + '/'; } } } else if (match === '/cookiesDetails'){ path += match; } // 拼接完整的新 URL, 重定向到移动端 let newUrl = baseUrl + path; // 判断当前页面 URL 和即将跳转的 URL 是否相同,防止同一个页面无限重定向 if (oldHref !== newUrl) { // 重定向 localStorage.setItem("redirectCount", redirectCount + 1); window.location.replace(newUrl); } } else { // 清除计数器,避免影响其他页面 localStorage.removeItem("redirectCount"); } })();</script><link href="https://info.support.huawei.com/DpinfoAppDoc/dggpro/assets/svg/svgAnimate.css" rel="stylesheet"><link href="https://info.support.huawei.com/DpinfoAppDoc/dggpro/assets/icon/uatSvgIcon.css" rel="stylesheet"><link href="https://info.support.huawei.com/DpinfoAppDoc/dggpro/assets/icon/svgicons.css" rel="stylesheet"><script async src="https://support.huawei.com/da/dmpda.js"></script><script>(function () { window.dmpda = window.dmpda || function () { (dmpda.q = dmpda.q || []).push(arguments); }; })(); var _haq = _haq || [];</script><script>// 是否为IE浏览器 let browserLanguage = window.navigator.browserLanguage if (!!window.ActiveXObject || 'ActiveXObject' in window) { if(browserLanguage === 'zh-CN'){ alert('暂不支持 IE浏览器,请使用 Chrome/Firefox/Edge 浏览器') }else{ alert('IE browser is not supported yet, Chrome/Firefox/Edge browser is recommended.') } }</script><style type="text/css">body { margin: 0; padding: 0; } .loading { width: 100%; height: 100%; background: #fff; position: absolute; } .loading .loadingco { width: 200px; height: 80px; text-align: center; z-index: 1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .loading h2 { color: #666; margin: 0; text-transform: uppercase; letter-spacing: 0.1em; font-size: 20px; font-weight: 400; font-family: Arial, Helvetica, sans-serif; } .loading span { display: inline-block; vertical-align: middle; width: 0.6em; height: 0.6em; margin: 0.19em; background: #007db6; border-radius: 0.6em; -webkit-animation: loading 1s infinite alternate; animation: loading 1s infinite alternate; } .loading span:nth-of-type(2) { background: #008fb2; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .loading span:nth-of-type(3) { background: #009b9e; -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } .loading span:nth-of-type(4) { background: #00a77d; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } .loading span:nth-of-type(5) { background: #00b247; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; } .loading span:nth-of-type(6) { background: #5ab027; -webkit-animation-delay: 1s; animation-delay: 1s; } .loading span:nth-of-type(7) { background: #a0b61e; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; } @-webkit-keyframes loading { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes loading { 0% { opacity: 0; } 100% { opacity: 1; } }</style><link href="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/chunk-0a561918.3b31e585.js" rel="prefetch" crossorigin="anonymous"><link href="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/app.e839817e.js" rel="preload" as="script" crossorigin="anonymous"><link href="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/manifest.e94ae7c5.js" rel="preload" as="script" crossorigin="anonymous"><link href="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/styles.c4d3c3ae.js" rel="preload" as="script" crossorigin="anonymous"><link href="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/vendor-aui-deps.a0e95686.js" rel="preload" as="script" crossorigin="anonymous"><link href="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/vendor-aui-renderless.baceacbd.js" rel="preload" as="script" crossorigin="anonymous"><link href="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/vendor-aui-tools.6feb6e03.js" rel="preload" as="script" crossorigin="anonymous"><link href="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/vendor-aui-vue.1306c0de.js" rel="preload" as="script" crossorigin="anonymous"><link href="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/vendors-vue.edd670a2.js" rel="preload" as="script" crossorigin="anonymous"></head><body><div id="app"><div class="loading"><div class="loadingco"><h2>Loading</h2><span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span></div></div></div><script src="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/manifest.e94ae7c5.js" crossorigin="anonymous"></script><script src="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/vendor-aui-deps.a0e95686.js" crossorigin="anonymous"></script><script src="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/vendors-vue.edd670a2.js" crossorigin="anonymous"></script><script src="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/vendor-aui-tools.6feb6e03.js" crossorigin="anonymous"></script><script src="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/styles.c4d3c3ae.js" crossorigin="anonymous"></script><script src="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/vendor-aui-renderless.baceacbd.js" crossorigin="anonymous"></script><script src="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/vendor-aui-vue.1306c0de.js" crossorigin="anonymous"></script><script src="//r.huaweistatic.com/s/DpinfoDocBizWeb/lst/assets/js/app.e839817e.js" crossorigin="anonymous"></script></body></html>