Commit 14fec558 authored by 姬鋆屾's avatar 姬鋆屾

推,通过接口获取门户口号

parent bda1f42c
......@@ -118,7 +118,7 @@ import { mapState } from "vuex";
export default {
data() {
return {
sloganTitle: "",
sloganTitle:'',
api: process.env.VUE_APP_API_IMG_URL,
siteId: Storage.get(2, "siteId"),
arr: [],
......@@ -137,7 +137,7 @@ export default {
},
created() {
this.sloganTitle = localStorage.getItem("sloganTitle");
this.sloganTitle=localStorage.getItem('sloganTitle')
this.getCollect();
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