Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
00ce7259
Commit
00ce7259
authored
Jun 23, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户头像+密钥
parent
f775d5c6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
6 deletions
+14
-6
src/components/menu.vue
src/components/menu.vue
+10
-3
src/pages/data-analysis/my-service.vue
src/pages/data-analysis/my-service.vue
+1
-0
src/pages/user/user_info.vue
src/pages/user/user_info.vue
+3
-3
No files found.
src/components/menu.vue
View file @
00ce7259
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
>
{{
userInfo
.
user_name
}}
</span>
>
{{
userInfo
.
user_name
}}
</span>
<span
v-else
@
click=
"gotopage('login')"
class=
"user"
>
请登录
</span>
<span
v-else
@
click=
"gotopage('login')"
class=
"user"
>
请登录
</span>
<img
<img
class=
"user_pic
"
:class=
"userInfo.picture_path ? 'user_pic': 'user_default'
"
:src=
"
:src=
"
userInfo.picture_path || require('../assets/imgs/home_ic_user.png')
userInfo.picture_path || require('../assets/imgs/home_ic_user.png')
"
"
...
@@ -273,12 +273,19 @@ export default {
...
@@ -273,12 +273,19 @@ export default {
white-space
:
nowrap
;
white-space
:
nowrap
;
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
margin-right
:
4
0px
;
margin-right
:
2
0px
;
font-size
:
16px
;
font-size
:
16px
;
}
}
.user_pic
{
.user_pic
{
float
:
right
;
float
:
right
;
margin-right
:
15px
;
margin-right
:
10px
;
margin-top
:
26px
;
width
:
30px
;
height
:
30px
;
}
.user_default
{
float
:
right
;
margin-right
:
10px
;
margin-top
:
30px
;
margin-top
:
30px
;
}
}
.car
{
.car
{
...
...
src/pages/data-analysis/my-service.vue
View file @
00ce7259
...
@@ -235,6 +235,7 @@ export default {
...
@@ -235,6 +235,7 @@ export default {
.in_analysis
{
.in_analysis
{
padding
:
0
10px
10px
;
padding
:
0
10px
10px
;
height
:
100%
;
height
:
100%
;
min-width
:
1000px
;
}
}
.in_l
{
.in_l
{
}
}
...
...
src/pages/user/user_info.vue
View file @
00ce7259
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
</el-form-item>
</el-form-item>
<el-form-item
class=
"info_item info_item_right_btn_2"
>
<el-form-item
class=
"info_item info_item_right_btn_2"
>
<p>
密钥:
</p>
<p>
密钥:
</p>
<el-input
ref=
"keys"
v-model=
"formBusiness.
key
"
:disabled=
"true"
></el-input>
<el-input
ref=
"keys"
v-model=
"formBusiness.
private_token
"
:disabled=
"true"
></el-input>
<el-button
class=
"option_btn"
@
click=
"copyKey"
>
复制
</el-button>
<el-button
class=
"option_btn"
@
click=
"copyKey"
>
复制
</el-button>
<el-button
class=
"option_btn_gray"
@
click=
"resetKey"
>
重置
</el-button>
<el-button
class=
"option_btn_gray"
@
click=
"resetKey"
>
重置
</el-button>
</el-form-item>
</el-form-item>
...
@@ -200,7 +200,7 @@ export default {
...
@@ -200,7 +200,7 @@ export default {
domainName
:
""
,
domainName
:
""
,
ip_white
:
[],
ip_white
:
[],
ip_black
:
[],
ip_black
:
[],
key
:
""
,
private_token
:
""
,
description
:
""
description
:
""
},
},
whiteAddShow
:
false
,
whiteAddShow
:
false
,
...
@@ -248,7 +248,7 @@ export default {
...
@@ -248,7 +248,7 @@ export default {
this
.
formBusiness
.
domainName
=
data
.
domain_name
;
this
.
formBusiness
.
domainName
=
data
.
domain_name
;
this
.
formBusiness
.
ip_white
=
data
.
ip_whitelist
;
this
.
formBusiness
.
ip_white
=
data
.
ip_whitelist
;
this
.
formBusiness
.
ip_black
=
data
.
ip_blacklist
;
this
.
formBusiness
.
ip_black
=
data
.
ip_blacklist
;
this
.
formBusiness
.
key
=
data
.
key
;
this
.
formBusiness
.
private_token
=
data
.
private_token
;
this
.
formBusiness
.
description
=
data
.
description
;
this
.
formBusiness
.
description
=
data
.
description
;
}
}
});
});
...
...
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