Commit 6b7a12bf authored by 姬鋆屾's avatar 姬鋆屾

推添加门户口号标题

parent 0336803e
...@@ -19,6 +19,16 @@ ...@@ -19,6 +19,16 @@
class="img-title mb-[42px]" class="img-title mb-[42px]"
src="@/assets/images/siteArrange/title.png" src="@/assets/images/siteArrange/title.png"
/> --> /> -->
<h1
style="
font-size: 72px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
"
>
{{ sloganTitle }}
</h1>
<div class="slogan">建设高效便民、智慧泛在的智慧政务大厅</div> <div class="slogan">建设高效便民、智慧泛在的智慧政务大厅</div>
</div> </div>
<!-- 站点 --> <!-- 站点 -->
...@@ -125,6 +135,7 @@ import { mapState } from "vuex"; ...@@ -125,6 +135,7 @@ import { mapState } from "vuex";
export default { export default {
data() { data() {
return { return {
sloganTitle: "",
api: process.env.VUE_APP_API_IMG_URL, api: process.env.VUE_APP_API_IMG_URL,
siteId: Storage.get(2, "siteId"), siteId: Storage.get(2, "siteId"),
arr: [], arr: [],
...@@ -143,6 +154,9 @@ export default { ...@@ -143,6 +154,9 @@ export default {
}, },
created() { created() {
this.sloganTitle = localStorage.getItem("sloganTitle")
? localStorage.getItem("sloganTitle")
: "";
this.getCollect(); this.getCollect();
this.appsListInterface(); this.appsListInterface();
}, },
......
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