Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
4f306d34
Commit
4f306d34
authored
Dec 19, 2023
by
王建文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释产品中心和集团新闻
parent
966977f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
home-page.vue
src/pages/home/home-page.vue
+2
-2
tab.vue
src/pages/tab.vue
+2
-2
No files found.
src/pages/home/home-page.vue
View file @
4f306d34
...
...
@@ -49,7 +49,7 @@
</div>
</div>
<div
class=
"news"
>
<
!--
<
div
class=
"news"
>
<div
class=
"news-top"
>
<div
class=
"news-top-title"
>
集团新闻
...
...
@@ -64,7 +64,7 @@
<div
class=
"news-item-title"
>
{{
item
.
new_title
}}
</div>
</div>
</div>
</div>
</div>
-->
<div
class=
"news-cards"
>
<div
class=
"news-card"
v-for=
"item in newCard"
key=
"item.index"
>
...
...
src/pages/tab.vue
View file @
4f306d34
...
...
@@ -21,11 +21,11 @@
<img
slot=
"icon"
src=
"../assets/image/tab/n_home@2x.png"
>
<span
slot=
"label"
>
主页
</span>
</tabbar-item>
<tabbar-item
:link=
"
{path:'/tab/query-home'}" :selected="$route.path === '/tab/query-home'">
<
!--
<
tabbar-item
:link=
"
{path:'/tab/query-home'}" :selected="$route.path === '/tab/query-home'">
<img
slot=
"icon-active"
src=
"../assets/image/tab/product@2x.png"
>
<img
slot=
"icon"
src=
"../assets/image/tab/n_product@2x.png"
>
<span
slot=
"label"
>
产品中心
</span>
</tabbar-item>
</tabbar-item>
-->
<tabbar-item
:link=
"
{path:'/tab/message-center'}" :selected="$route.path === '/tab/message-center'">
<img
slot=
"icon-active"
src=
"../assets/image/tab/message@2x.png"
>
<img
slot=
"icon"
src=
"../assets/image/tab/n_message@2x.png"
>
...
...
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