Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
loan-manager-customer
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
zhanhai
loan-manager-customer
Commits
f3bb62fe
Commit
f3bb62fe
authored
Nov 02, 2022
by
刘雅文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改水印
parent
def475fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
App.vue
src/App.vue
+3
-3
Login.vue
src/components/login/Login.vue
+1
-1
修改日志.md
修改日志.md
+3
-2
No files found.
src/App.vue
View file @
f3bb62fe
...
...
@@ -15,12 +15,12 @@ export default {
name
:
"app"
,
components
:
{
vueCanvasNest
},
created
()
{
const
userName
=
localStorage
.
getItem
(
"user
Name"
);
const
loginName
=
localStorage
.
getItem
(
"login
Name"
);
const
userCell
=
localStorage
.
getItem
(
"userCellFour"
);
// const userCells = userCell.substr(-4);
setTimeout
(()
=>
{
if
(
user
Name
)
{
watermark
.
load
({
watermark_txt
:
userName
+
userCell
,
watermark_color
:
'#aaa'
,
watermark_angle
:
30
});
if
(
login
Name
)
{
watermark
.
load
({
watermark_txt
:
loginName
+
userCell
,
watermark_color
:
'#aaa'
,
watermark_angle
:
30
,
watermark_width
:
200
,
});
}
},
100
);
},
...
...
src/components/login/Login.vue
View file @
f3bb62fe
...
...
@@ -169,7 +169,7 @@ export default {
this
.
$router
.
push
(
"/index"
);
setTimeout
(()
=>
{
watermark
.
load
({
watermark_txt
:
res
.
data
.
result
.
userName
+
res
.
data
.
result
.
userCellFour
,
watermark_color
:
'#aaa'
,
watermark_angle
:
3
0
,});
watermark
.
load
({
watermark_txt
:
res
.
data
.
result
.
loginName
+
res
.
data
.
result
.
userCellFour
,
watermark_color
:
'#aaa'
,
watermark_angle
:
30
,
watermark_width
:
30
0
,});
},
100
)
}
else
{
this
.
ui
.
loginLoading
=
false
;
...
...
changeLog
.md
→
修改日志
.md
View file @
f3bb62fe
## 客服后台更新需求日志
-
2022-10-28 新增页面水印(姓名+手机号后4位),发布到金钱和鼎荣
\ No newline at end of file
-
2022-10-28 新增页面水印(姓名+手机号后4位),发布到线上(金钱和鼎荣)
-
2022-11-02 修改水印(登录用户名+手机号后4位),发布到线上(金钱和鼎荣)
\ No newline at end of file
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