Commit b7172d3c by qinjianhui

fix:问题修改

parent 813a4aa6
......@@ -24,8 +24,8 @@
line-height: 100px;
font-family: '微软雅黑';
" v-if="userInfo && userInfo.erpKey">
<a :href="'https://'+ userInfo && userInfo.erpKey+'.jomalls.com'" target="_blank" style="text-decoration: none">
{{ userInfo && userInfo.erpKey + '.jomalls.com' }}</a>
<a :href="`https://${userInfo && userInfo.erpKey}.jomalls.com`" target="_blank" style="text-decoration: none">
{{ `https://${userInfo && userInfo.erpKey}.jomalls.com` }}</a>
</div>
<h1
style="
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment