Commit 54c289c2 authored by lei's avatar lei

修复首页出现花括号

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