Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
ngic-company
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhao
ngic-company
Commits
ec575545
Commit
ec575545
authored
Nov 04, 2022
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
df3a59d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
3 deletions
+25
-3
.umirc.ts
.umirc.ts
+20
-2
index.jsx
src/layouts/index.jsx
+5
-1
No files found.
.umirc.ts
View file @
ec575545
...
...
@@ -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/'
,
...
...
src/layouts/index.jsx
View file @
ec575545
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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment