Commit 54c289c2 authored by lei's avatar lei

修复首页出现花括号

parent 27ac6005
......@@ -21,6 +21,11 @@
rel="stylesheet"
href="home.css"
/>
<style>
[v-cloak] {
display: none;
}
</style>
<!-- 在 includeHead.js 之后添加环境判断 -->
<script src="./sdk/includeHead.js"></script>
</head>
......@@ -38,6 +43,7 @@
<div
id="app"
class="page_wrapper"
v-cloak
>
<!-- 第二层:商户图标、名称、等级、场所类型和地址 -->
<div
......@@ -50,7 +56,10 @@
src="image/code/zhengfu_logo.png"
alt=""
/>
<div class="merchant-info welcome">
<div
class="merchant-info welcome"
v-cloak
>
<p>欢迎您,{{userInfo.deptName}}<br />进入安全“码”上查</p>
<div class="user_tag">
<img
......
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