Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
projectplan
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
班迪
projectplan
Merge requests
!420
Feature/zlh
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/zlh
feature/zlh
into
develop
Overview
0
Commits
3
Pipelines
2
Changes
2
Merged
周里杭
requested to merge
feature/zlh
into
develop
2 years ago
Overview
0
Commits
3
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
develop
version 1
685059d3
2 years ago
develop (base)
and
latest version
latest version
b8d77d89
3 commits,
2 years ago
version 1
685059d3
2 commits,
2 years ago
2 files
+
152
−
69
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
WebSite/src/views/home/index.vue
+
1
−
1
Options
@@ -87,7 +87,7 @@ export default {
?
store
.
state
.
subject
.
authorizationToken
:
menuList
[
0
];
console
.
log
(
'
1
'
,
ctx
.
$env
);
if
(
ctx
.
$env
!==
'
sd
'
&&
ctx
.
$env
!==
'
yy
'
)
{
if
(
ctx
.
$env
!==
'
sd
'
&&
ctx
.
$env
!==
'
yy
'
&&
ctx
.
$env
!==
'
jk
'
)
{
Notice
.
queryNoticeInfoByMenuId
(
dataid
).
then
(
res
=>
{
data
.
comment_content
=
res
.
data
[
0
].
description
;
data
.
attachmentInfoOutList
=
res
.
data
[
0
].
attachmentInfoOutList
;