Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
1ee410cc
Commit
1ee410cc
authored
Apr 15, 2022
by
季圣华
Browse files
登录界面增加微信小程序的链接
parent
f67dd8b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
jshERP-web/public/static/favicon.ico
View replaced file @
f67dd8b0
View file @
1ee410cc
50.1 KB
|
W:
|
H:
16.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
jshERP-web/public/static/weixin.jpg
0 → 100644
View file @
1ee410cc
55 KB
jshERP-web/src/views/user/Login.vue
View file @
1ee410cc
...
...
@@ -47,9 +47,14 @@
<a-col>
© 2015-2030
{{
systemTitle
}}
- Powered By
<a
style=
"color:#00458a;"
:href=
"systemUrl"
target=
"_blank"
>
官方网站
</a>
<span
v-if=
"showWeixinSpan()"
class=
"weixin"
@
mouseover=
"showWeixin"
@
click=
"hideWeixin"
>
微信小程序
</span>
</a-col>
</a-row>
</div>
<div
v-if=
"showWeixinFlag"
style=
"text-align: center; padding-top: 10px;"
>
<img
src=
"/static/weixin.jpg"
style=
"width:200px"
/>
</div>
</a-form>
</div>
</
template
>
...
...
@@ -107,7 +112,8 @@
currdatetime
:
''
,
randCodeImage
:
''
,
registerFlag
:
''
,
requestCodeSuccess
:
false
requestCodeSuccess
:
false
,
showWeixinFlag
:
false
,
}
},
created
()
{
...
...
@@ -277,6 +283,20 @@
}
}
})
},
showWeixinSpan
()
{
let
host
=
window
.
location
.
host
if
(
host
===
'
cloud.huaxiaerp.vip
'
)
{
return
true
}
else
{
return
false
}
},
showWeixin
()
{
this
.
showWeixinFlag
=
true
},
hideWeixin
()
{
this
.
showWeixinFlag
=
false
}
}
}
...
...
@@ -328,6 +348,12 @@
float: right;
}
}
.weixin {
padding-left:10px;
color: red;
cursor:pointer
}
}
</
style
>
...
...
Write
Preview
Supports
Markdown
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