Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rainbond Console
Commits
b91fad15
Commit
b91fad15
authored
7 years ago
by
yangyq
Browse files
Options
Download
Email Patches
Plain Diff
build js
parent
b8802a05
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
www/static/ant-pro/ant-design-pro-template/src/common/menu.js
+1
-0
...static/ant-pro/ant-design-pro-template/src/common/menu.js
www/static/ant-pro/ant-design-pro-template/src/components/SiderMenu/SiderMenu.js
+1
-1
...design-pro-template/src/components/SiderMenu/SiderMenu.js
www/static/ant-pro/ant-design-pro-template/src/index.ejs
+1
-1
www/static/ant-pro/ant-design-pro-template/src/index.ejs
www/static/ant-pro/ant-design-pro-template/src/layouts/UserLayout.js
+2
-2
...ant-pro/ant-design-pro-template/src/layouts/UserLayout.js
www/static/dists/index.003e5aa6.js
+1
-1
www/static/dists/index.003e5aa6.js
www/templates/index.html
+2
-2
www/templates/index.html
with
8 additions
and
7 deletions
+8
-7
www/static/ant-pro/ant-design-pro-template/src/common/menu.js
+
1
-
0
View file @
b91fad15
...
...
@@ -41,6 +41,7 @@ const menuData = [
},
{
name
:
'
财务中心
'
,
icon
:
'
red-envelope
'
,
hideInMenu
:
true
,
path
:
`team/
${
globalUtil
.
getCurrTeamName
()}
/region/
${
globalUtil
.
getCurrRegionName
()}
/finance`
}
];
...
...
This diff is collapsed.
Click to expand it.
www/static/ant-pro/ant-design-pro-template/src/components/SiderMenu/SiderMenu.js
+
1
-
1
View file @
b91fad15
...
...
@@ -313,7 +313,7 @@ export default class SiderMenu extends PureComponent {
className
=
{
styles
.
sider
}
>
<
div
className
=
{
styles
.
logo
}
key
=
"
logo
"
>
<
Link
to
=
{
`/team/
${
globalUtil
.
getCurrTeamName
()}
/region/
${
globalUtil
.
getCurrRegionName
()}
/index`
}
>
<
img
src
=
{
logo
}
alt
=
"
logo
"
/>
{
/*
<img src={logo} alt="logo"/>
*/
}
<
h1
><
/h1
>
<
/Link
>
<
/div
>
...
...
This diff is collapsed.
Click to expand it.
www/static/ant-pro/ant-design-pro-template/src/index.ejs
+
1
-
1
View file @
b91fad15
...
...
@@ -253,7 +253,7 @@
<div
id=
"root"
>
</div>
<div
id=
"load"
>
<div
id=
"load"
style=
"display:none;"
>
<div>
好
</div>
<div>
雨
</div>
<div>
云
</div>
...
...
This diff is collapsed.
Click to expand it.
www/static/ant-pro/ant-design-pro-template/src/layouts/UserLayout.js
+
2
-
2
View file @
b91fad15
...
...
@@ -55,13 +55,13 @@ class UserLayout extends React.PureComponent {
<
div
className
=
{
styles
.
top
}
>
<
div
className
=
{
styles
.
header
}
>
<
Link
to
=
"
/
"
>
<
img
{
/*
<img
style={{
verticalAlign: 'middle'
}}
alt="logo"
className={styles.logo}
src
=
{
logo
}
/
>
src={logo}/>
*/
}
<
h1
style
=
{{
display
:
'
inline-block
'
,
...
...
This diff is collapsed.
Click to expand it.
www/static/dists/index.0
9d58b32
.js
→
www/static/dists/index.0
03e5aa6
.js
+
1
-
1
View file @
b91fad15
This diff is collapsed.
Click to expand it.
www/templates/index.html
+
2
-
2
View file @
b91fad15
...
...
@@ -253,7 +253,7 @@
<div
id=
"root"
>
</div>
<div
id=
"load"
>
<div
id=
"load"
style=
"display:none;"
>
<div>
好
</div>
<div>
雨
</div>
<div>
云
</div>
...
...
@@ -268,5 +268,5 @@
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<script
type=
"text/javascript"
src=
"/static/dists/index.0
9d58b32
.js"
></script></body>
<script
type=
"text/javascript"
src=
"/static/dists/index.0
03e5aa6
.js"
></script></body>
</html>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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