Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6d614802
...
6d6148029afa1bf0f7aed1bfb39a9c7c9dd48eae
authored
2021-07-08 17:00:49 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
9fccd80a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
0 deletions
src/page/androidCode.vue
src/page/index.vue
src/router/index.js
static/androidcode.png
src/page/androidCode.vue
0 → 100644
View file @
6d61480
<
template
xmlns:el-col=
"http://www.w3.org/1999/html"
>
<div
class=
"content"
>
<el-image
:src=
"url"
:preview-src-list=
"srcList"
>
</el-image>
</div>
</
template
>
<
style
>
.content
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
padding-top
:
20px
;
}
</
style
>
<
script
>
export
default
{
data
()
{
return
{
url
:
'../../static/androidcode.png'
,
srcList
:
[
'../../static/androidcode.png'
]
}
}
}
</
script
>
src/page/index.vue
View file @
6d61480
...
...
@@ -12,6 +12,7 @@
<el-submenu
index=
"1"
>
<template
slot=
"title"
>
国寿AI健康
</
template
>
<el-menu-item
index=
"/tool"
>
测试工具
</el-menu-item>
<el-menu-item
index=
"/androidCode"
>
线上包二维码
</el-menu-item>
<el-menu-item><a
class=
"link"
href=
"http://192.168.8.113:8070/android/new/log.html"
target=
"_blank"
>
Android UI自动化
</a></el-menu-item>
<el-menu-item><a
class=
"link"
href=
"http://192.168.8.113:8070/ios/new/log.html"
target=
"_blank"
>
IOS UI自动化
</a></el-menu-item>
</el-submenu>
...
...
src/router/index.js
View file @
6d61480
...
...
@@ -16,6 +16,7 @@ import nlpApi from '@/page/nlpApi'
import
hadoop
from
'@/page/hadoop'
import
queryProvince
from
'@/page/queryProvince'
import
selectActStart
from
'@/page/selectActStart'
import
androidCode
from
'@/page/androidCode'
Vue
.
use
(
Router
)
...
...
@@ -129,6 +130,14 @@ export default new Router({
meta
:
{
title
:
'测试工具平台'
}
},
{
path
:
'/androidCode'
,
component
:
androidCode
,
name
:
'androidCode'
,
meta
:
{
title
:
'测试工具平台'
}
}
]
},
...
...
static/androidcode.png
0 → 100755
View file @
6d61480
4.13 KB
Please
register
or
sign in
to post a comment