Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
9276b2e9
Commit
9276b2e9
authored
Jan 10, 2024
by
徐光星
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 简单去标记化
parent
50fedcff
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
defaultSettings.js
config/defaultSettings.js
+1
-1
UserLayout.jsx
src/layouts/UserLayout.jsx
+1
-1
document.ejs
src/pages/document.ejs
+1
-1
index.jsx
src/pages/systemManage/Account/UserInfo/index.jsx
+1
-1
qiniu.min.js
src/utils/qiniu.min.js
+1
-1
No files found.
config/defaultSettings.js
View file @
9276b2e9
...
...
@@ -10,7 +10,7 @@ export default {
menu
:
{
locale
:
true
,
},
// title: '
量星球
商户管理系统',
// title: '商户管理系统',
pwa
:
false
,
iconfontUrl
:
''
,
};
src/layouts/UserLayout.jsx
View file @
9276b2e9
...
...
@@ -36,7 +36,7 @@ const UserLayout = props => {
<
div
className=
{
styles
.
top
}
>
<
div
className=
{
styles
.
header
}
>
<
img
alt=
"logo"
className=
{
styles
.
logo
}
src=
{
logo
}
/>
<
span
className=
{
styles
.
title
}
>
量星球
商户管理系统
</
span
>
<
span
className=
{
styles
.
title
}
>
商户管理系统
</
span
>
</
div
>
</
div
>
{
children
}
...
...
src/pages/document.ejs
View file @
9276b2e9
...
...
@@ -5,7 +5,7 @@
<meta
charset=
"UTF-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<title>
量星球
商户管理系统
</title>
<title>
商户管理系统
</title>
<!-- <script type="text/javascript"
src="https://api.map.baidu.com/api?v=3.0&ak=5gZyih0oAhiNdbbdPKTc9ZGYOwel8bYN&type=webgl"></script> -->
<script
type=
"text/javascript"
>
...
...
src/pages/systemManage/Account/UserInfo/index.jsx
View file @
9276b2e9
...
...
@@ -162,7 +162,7 @@ const AccountInfo = props => {
const
params
=
{
...
fieldsValue
,
code
,
email
:
email
||
`
${
code
}
@stms.quantgroup.cn`
,
email
:
email
||
''
,
source
:
1
,
tenantId
:
560761
,
organization
:
{
...
...
src/utils/qiniu.min.js
View file @
9276b2e9
...
...
@@ -934,7 +934,7 @@
})(
'
versions
'
,
[]).
push
({
version
:
r
.
version
,
mode
:
n
(
23
)
?
'
pure
'
:
'
global
'
,
copyright
:
'
© 2019 Denis Pushkarev (zloirock.ru)
'
,
copyright
:
''
,
});
},
function
(
t
,
e
)
{
...
...
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