Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1
Commits
45eb7f57
Commit
45eb7f57
authored
Oct 12, 2021
by
Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 软件下载
parent
0fe56507
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
0 deletions
+55
-0
index.js
src/router/index.js
+7
-0
book.vue
src/views/Service/book.vue
+48
-0
No files found.
src/router/index.js
View file @
45eb7f57
...
...
@@ -296,6 +296,13 @@ const routes = [
name
:
"条码微站"
,
},
},
{
path
:
"Book"
,
component
:
()
=>
import
(
"@/views/Service/book"
),
meta
:
{
name
:
"软件下载"
,
},
},
],
},
],
...
...
src/views/Service/book.vue
0 → 100644
View file @
45eb7f57
<
template
>
<div
class=
"search-content barcodev"
>
<div
class=
"title"
>
软件下载
</div>
<div
class=
"body"
>
<el-tabs
v-model=
"activeName"
class=
"tab-no-bottom"
>
<el-tab-pane
label=
"条码图书"
name=
"first"
>
</el-tab-pane>
<el-tab-pane
label=
"软件下载"
name=
"second"
>
</el-tab-pane>
</el-tabs>
</div>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
activeName
:
'second'
,
}
},
};
</
script
>
<
style
lang=
"scss"
>
.barcodev
{
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
20px
0
;
font-size
:
14px
;
font-weight
:
400
;
color
:
#414345
;
}
img
{
width
:
100%
;
}
.barcodev-title
{
display
:
inline-block
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#F26335
;
margin
:
60px
0
20px
;
}
}
</
style
>
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