Commit ec575545 authored by wuhao's avatar wuhao 🎯

asder

parent df3a59d7
......@@ -18,8 +18,26 @@ export default defineConfig({
theme: {
'primary-color': '#1890ff',
},
ssr: {},
metas: [
{
name: 'keywords',
content:
'智能模块,智能工厂解决方案 ,云平台,工业互联网,设备管理系统,设备资产管理,设备维修管理,设备运维系统',
},
{
name: 'description',
content:
'江苏南高智能装备创新中心有限公司是由东南大学牵头,联合地方政府和省内高档数控机床及成套装备行业的数家龙头企业共同创立的专注于数控机床及成套装备领域的高技术企业,主营业务智能模块,智能工厂解决方案 ,云平台,工业互联网,设备管理系统,设备资产管理,设备维修管理,设备运维系统等,一流的科技人才,为客户提供优良的产品和服务。',
},
{
bar: 'title',
content:
'智能模块-工业互联网-设备管理系统-设备资产管理-智能工厂解决方案-江苏南高',
},
],
ssr: {
staticMarkup: true,
},
proxy: {
'/website/': {
target: 'http://192.168.40.117:12345/',
......
import React, { useState, useEffect, useMemo } from 'react';
import styles from './index.less';
import { Menu, Grid, Drawer, Tooltip } from 'antd';
import { history } from 'umi';
import { history, Helmet } from 'umi';
import routes from '../../routes';
import { MenuOutlined, PlayCircleFilled } from '@ant-design/icons';
import Footer from './footer';
......@@ -51,6 +51,10 @@ function Layout({ children, location }) {
return (
<div className={styles.container}>
<Helmet encodeSpecialCharacters={false}>
<html lang="en" data-direction="666" />
<title>江苏南高智能装备创新中心有限公司</title>
</Helmet>
<Drawer
open={collspan}
title={false}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment