Explorar el Código

fix(doc): https=>http

lind hace 3 años
padre
commit
34fd48cf71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/RightContent/index.tsx

+ 1 - 1
src/components/RightContent/index.tsx

@@ -55,7 +55,7 @@ const GlobalHeaderRight: React.FC = () => {
       <span
       <span
         className={styles.action}
         className={styles.action}
         onClick={() => {
         onClick={() => {
-          window.open('https://doc.jetlinks.cn');
+          window.open('http://doc.jetlinks.cn');
         }}
         }}
       >
       >
         <QuestionCircleOutlined />
         <QuestionCircleOutlined />