Przeglądaj źródła

feat: 页脚新增粤备号

lanjianrong 4 lat temu
rodzic
commit
5b291e5ac3
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/pages/ErrorPage/index.tsx

+ 2 - 1
src/pages/ErrorPage/index.tsx

@@ -24,7 +24,8 @@ export default function Loss() {
           <span>纵横工程项目管理系统</span>
         </div>
         <div className={styles.footerCopyright}>
-        Copyright <CopyrightOutlined /> 珠海纵横创新软件有限公司版权所有
+        Copyright <CopyrightOutlined /> <a href="https://smartcost.com.cn">珠海纵横创新软件有限公司</a>
+        <span className="pi-mg-left-5">粤ICP备14032472号</span>
         </div>
       </footer>
     </div>