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

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

parent bda1f42c
...@@ -118,7 +118,7 @@ import { mapState } from "vuex"; ...@@ -118,7 +118,7 @@ import { mapState } from "vuex";
export default { export default {
data() { data() {
return { return {
sloganTitle: "", 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: [],
...@@ -137,7 +137,7 @@ export default { ...@@ -137,7 +137,7 @@ export default {
}, },
created() { created() {
this.sloganTitle = localStorage.getItem("sloganTitle"); this.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