Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
634d4ec9
Commit
634d4ec9
authored
Jun 24, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改默认logo
parent
192c5355
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pages/personalCenter/user-information.vue
+2
-2
No files found.
pages/personalCenter/user-information.vue
View file @
634d4ec9
...
...
@@ -56,7 +56,7 @@
// 敏感词列表(可扩展)
bannedWords
:
[
"admin"
,
"test"
,
"root"
,
"password"
],
companyType
:
companyInfo
.
companyType
,
companyLogo
:
'../../static/
myteam/logo
.png'
,
companyLogo
:
'../../static/
logo2
.png'
,
dataForm
:
{
loginId
:
"1"
,
targetType
:
"5"
,
...
...
@@ -95,7 +95,7 @@
if
(
this
.
companyType
==
'1'
){
this
.
companyLogo
=
'../../static/myteam/Group1633.png'
;
}
else
if
(
this
.
companyType
==
'2'
){
this
.
companyLogo
=
'../../static/
myteam/logo
.png'
;
this
.
companyLogo
=
'../../static/
logo2
.png'
;
}
this
.
optionForm
=
JSON
.
parse
(
options
.
customerBasicInfo
)
},
...
...
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