Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
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
ReactWeb5
CivManage
Commits
baa85b98
Commit
baa85b98
authored
Dec 18, 2020
by
Maofei94
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复了一些问题
parent
4c283b20
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
11 deletions
+17
-11
colContent.jsx
src/components/Colophon/colContent.jsx
+1
-1
index.js
src/components/JumpContainer/index.js
+1
-1
index.tsx
src/components/Upload/index.tsx
+4
-2
UserLayout.less
src/layouts/UserLayout.less
+1
-1
VersionPublish.js
src/pages/mobileConfig/menuconfig/VersionPublish.js
+3
-2
otherConfig.less
src/pages/mobileConfig/menuconfig/otherConfig.less
+2
-1
style.less
src/pages/user/login/style.less
+3
-1
RoleManage.jsx
src/pages/userCenter/roleManage/RoleManage.jsx
+2
-2
No files found.
src/components/Colophon/colContent.jsx
View file @
baa85b98
...
...
@@ -57,7 +57,7 @@ const arr = [
</
li
>
<
li
>
[+] 新增了版本记录模块
</
li
>
<
li
>
[^] 登录页面修改了动画效果
</
li
>
<
li
>
[^] 移动应用配置模块进行了翻新
</
li
>
<
li
>
[^] 移动应用配置模块进行了
部分
翻新
</
li
>
<
li
>
[^] 业务平台模块修改了交互方式
</
li
>
</
ul
>
</
div
>
...
...
src/components/JumpContainer/index.js
View file @
baa85b98
...
...
@@ -41,7 +41,7 @@ const JumpContainer = props => {
[
styles
.
imgs
]:
true
,
})}
/
>
<
p
className
=
{
styles
.
desc
}
>
业务平台建设中,点击链接跳转
老
运维平台
<
/p
>
<
p
className
=
{
styles
.
desc
}
>
业务平台建设中,点击链接跳转
旧版
运维平台
<
/p
>
{
/* <Empty
image={Empty.PRESENTED_IMAGE_SIMPLE}
description="业务平台建设中,点击链接跳转老运维平台"
...
...
src/components/Upload/index.tsx
View file @
baa85b98
...
...
@@ -20,9 +20,11 @@ const wallCateName: any = {
};
const
tabNames
:
any
=
{
CityTemp
:
'用户上传'
,
icon
:
'图标'
,
icon
:
'
icon
图标'
,
androidMenu
:
'安卓图标'
,
menuNew
:
'应用图标'
menuNew
:
'应用图标'
,
logo
:
'项目logo'
,
menu
:
'菜单图标'
}
function
getBase64
(
file
:
File
|
Blob
)
{
...
...
src/layouts/UserLayout.less
View file @
baa85b98
...
...
@@ -38,7 +38,7 @@
.top {
margin-top: 20vh;
text-align: center;
animation: drop
0.8
s;
animation: drop
1
s;
}
.header {
...
...
src/pages/mobileConfig/menuconfig/VersionPublish.js
View file @
baa85b98
...
...
@@ -79,6 +79,7 @@ export default () => {
formData
.
set
(
'description'
,
describe
);
formData
.
set
(
'isRefresh'
,
!!
forceUpdate
);
formData
.
set
(
'file'
,
file
);
formData
.
set
(
'client'
,
'miniapp'
);
setProgress
(
true
);
SaveMobileApk
(
formData
).
then
(
res
=>
{
console
.
log
(
res
);
...
...
@@ -178,7 +179,7 @@ export default () => {
<
/div
>
<
/div
>
<
Button
style
=
{{
marginLeft
:
'
40
px'
}}
style
=
{{
marginLeft
:
'
115
px'
}}
type
=
"primary"
onClick
=
{()
=>
setShowModal
(
true
)}
>
...
...
@@ -191,7 +192,7 @@ export default () => {
<
Modal
visible
=
{
showModal
}
closable
=
{
false
}
maskClosable
maskClosable
=
{
false
}
onCancel
=
{()
=>
setShowModal
(
false
)}
onOk
=
{
submitForm
}
>
...
...
src/pages/mobileConfig/menuconfig/otherConfig.less
View file @
baa85b98
...
...
@@ -20,7 +20,8 @@
display: flex;
align-items: flex-start;
margin-bottom: 15px;
padding-left: 40px;
// padding-left: 40px;
margin-left: 16px;
}
.label {
...
...
src/pages/user/login/style.less
View file @
baa85b98
...
...
@@ -20,7 +20,9 @@
color: @primary-color;
}
}
.ant-input {
padding-left: 10px!important;
}
.other {
margin-top: 24px;
line-height: 22px;
...
...
src/pages/userCenter/roleManage/RoleManage.jsx
View file @
baa85b98
...
...
@@ -195,9 +195,9 @@ const SiteManage = () => {
// item.icon = <span className="iconfont iconanzhuo1" />;
// newArr[0] = item;
// }
if
(
item
.
visibleTitle
===
'小程序
'
)
{
if
(
item
.
type
===
'mobile
'
)
{
item
.
icon
=
<
MobileOutlined
/>;
newArr
[
0
]
=
item
;
//
newArr[0] = item;
}
else
{
item
.
icon
=
<
DesktopOutlined
/>;
}
...
...
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