| | |
| | | filters: { |
| | | proxyUrl(srcUrl) { |
| | | let url = srcUrl |
| | | if (url.indexOf("127.0.0.1") > 0 && location.hostname != "127.0.0.1") { |
| | | url = url.replace("127.0.0.1", location.hostname) |
| | | if (url.indexOf("127.0.0.1") > 0 && window.location.hostname != "127.0.0.1") { |
| | | url = url.replace("127.0.0.1", window.location.hostname) |
| | | } |
| | | |
| | | return url |
| | |
| | | },
|
| | | computed: {
|
| | | stateDocks() {
|
| | | console.log("carousels", this.$store.state.desktop.docks)
|
| | | // console.log("carousels", this.$store.state.desktop.docks)
|
| | | return this.$store.state.desktop.docks
|
| | | },
|
| | | carousels() {
|