Commit b7172d3c by qinjianhui

fix:问题修改

parent 813a4aa6
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
line-height: 100px; line-height: 100px;
font-family: '微软雅黑'; font-family: '微软雅黑';
" v-if="userInfo && userInfo.erpKey"> " v-if="userInfo && userInfo.erpKey">
<a :href="'https://'+ userInfo && userInfo.erpKey+'.jomalls.com'" target="_blank" style="text-decoration: none"> <a :href="`https://${userInfo && userInfo.erpKey}.jomalls.com`" target="_blank" style="text-decoration: none">
{{ userInfo && userInfo.erpKey + '.jomalls.com' }}</a> {{ `https://${userInfo && userInfo.erpKey}.jomalls.com` }}</a>
</div> </div>
<h1 <h1
style=" 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