CINXE.COM

服务与支持 - 百度智能云控制台

<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="google" content="notranslate"/><meta name="viewport" content="width=device-width,initial-scale=1"><title>服务与支持 - 百度智能云控制台</title><link rel="shortcut icon" href="https://bce.bdstatic.com/img/favicon.ico" type="image/x-icon"><style>.isSupportIframe { min-width: 1100px !important; } .isSupportIframe #bce-content { display: none !important; } .isSupportIframe .fixed-tools { /* 隐藏工具挂件 */ right: -100px; } .isSupportIframe #main { margin-top: 0; }</style><script>const initData = () => { window.isSupportIframe = false; const consoleOrigin = [ 'https://qasandbox.bcetest.baidu.com', 'https://console.bce.baidu.com', ]; const supportPathname = '/support/'; const ticketPathname = '/ticket/'; const isIframe = window.self !== window.parent; if (isIframe) { const {origin, pathname, hash} = window.parent.location; if (consoleOrigin.includes(origin) && supportPathname.indexOf(pathname) === 0) { // 在服务与支持控制台iframe中 window.isSupportIframe = true; } } else { const {origin, pathname, hash} = window.location; if (consoleOrigin.includes(origin) && ticketPathname.indexOf(pathname) === 0) { // 直接访问的工单控制台,需要跳转到服务与支持控制台 // 特殊处理原智能助手路由:/ticket/#/ticket/assistant if (hash === '#/ticket/assistant') { window.location.href = `${origin}${supportPathname}#/znzs/`; return; } // 特别处理旧的params参数,使用的 ~ ,如 #/ticket/create~productId=15 const separatorIndex = hash.indexOf('~'); const equalSignIndex = hash.indexOf('='); let currentHash = hash; // 判断条件: if (separatorIndex > -1 && separatorIndex < equalSignIndex) { currentHash = currentHash.replace('~', '?'); } window.location.href = `${origin}${supportPathname}#/ticket/${currentHash}`; } } }; initData();</script><script defer="defer" src="https://bce.bdstatic.com/console/static/ticket/1.3.119.0/js/chunk-vendors.js"></script><script defer="defer" src="https://bce.bdstatic.com/console/static/ticket/1.3.119.0/js/index.js"></script><link href="https://bce.bdstatic.com/console/static/ticket/1.3.119.0/css/chunk-vendors.985d330d.css" rel="stylesheet"><link href="https://bce.bdstatic.com/console/static/ticket/1.3.119.0/css/chunk-vendors.css" rel="stylesheet"><link href="https://bce.bdstatic.com/console/static/ticket/1.3.119.0/css/index.6e1bd78d.css" rel="stylesheet"><link href="https://bce.bdstatic.com/console/static/ticket/1.3.119.0/css/index.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but 百度智能云 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="main"><div id="app"></div></div><div id="root-app-container"></div><script src="https://bce.bdstatic.com/ecom/esl/2.2.0-rc.3/esl.js"></script><script src="https://bce.bdstatic.com/console/fe-framework/loadjs.js"></script><script src="https://bce.bdstatic.com/console/fe-common/loadjs.js"></script><script src="https://bce.bdstatic.com/fe-static/baidu/bce-ticket/ticket-plat-frontend/1.0.325.1/tinymce/5.10.3/tinymce.js"></script><script>window.require(['framework'], function (framework) { const currentLanguage = window.isSupportIframe ? window.parent.getCurrentLanguage() : framework.i18n.getCurrentLanguage(); window.$framework = framework; if (currentLanguage !== localStorage.getItem('LANGUAGE')) { localStorage.setItem('LANGUAGE', currentLanguage); // 依赖于请求的返回结果, 所以可能会出现页面先渲染,才返回这个结果 // 为保证页面语言的正确性,语言变更会重新 load 页面 location.reload(); } framework.boot().then(function (initData) { // initData中有很多 头部导航加载的 公告内容 // const content = document.getElementById('app'); // document.getElementById('main').appendChild(content); // content.style.display = 'block'; document.title = '服务与支持 - 百度智能云控制台'; }); }); // excel 中的超链调过来时, # 可能会被 escape, 从而导致 vue 无法正确解析 if (location.href !== unescape(location.href)) { location.href = unescape(location.href); }</script><script>if (window.isSupportIframe) { // 工单被嵌入支持控制台的情况下 document.body.classList.add('isSupportIframe'); }</script></body></html>