Browse Source

chore: 默认配置

master
wangxiang 2 years ago
parent
commit
ff2ae3f2f1
  1. 8
      cloud/bigscreen-design/public/config.js
  2. 4
      cloud/bigscreen-design/src/page/list/document.vue

8
cloud/bigscreen-design/public/config.js

@ -541,7 +541,7 @@ window.$website = { @@ -541,7 +541,7 @@ window.$website = {
empAreaColor: "rgba(35, 183, 229, 0.42)",
empColor: "rgba(217, 38, 10, 1)",
index: "894edc1d-d2f0-4616-962c-8e61083ada71",
mapData: "https://data.bladex.vip/blade-visual/map/data?id=1235103352843448322",
mapData: 'http://192.168.3.10:9999/system_proxy/bigscreen/map/detail?id=1678230621244157953',
color: "rgba(13, 255, 255, 1)",
}
}
@ -2654,7 +2654,7 @@ window.$website = { @@ -2654,7 +2654,7 @@ window.$website = {
color: "#7c324c",
date: "2022-05-22",
dept: "设计部",
img: "https://oss.bladex.vip/caster/upload/20220522/6f2a92d95b64efeb42c131489abaff2f.webp"
img: "/img/nav-img.png"
},
{
name: "smallwei",
@ -2662,7 +2662,7 @@ window.$website = { @@ -2662,7 +2662,7 @@ window.$website = {
color: "#6b6230",
date: "2022-05-22",
dept: "设计部",
img: "https://oss.bladex.vip/caster/upload/20220522/6f2a92d95b64efeb42c131489abaff2f.webp"
img: "/img/nav-img.png"
},
{
name: "smallwei",
@ -2670,7 +2670,7 @@ window.$website = { @@ -2670,7 +2670,7 @@ window.$website = {
date: "2022-05-22",
color: "#274d86",
dept: "设计部",
img: "https://oss.bladex.vip/caster/upload/20220522/6f2a92d95b64efeb42c131489abaff2f.webp"
img: "/img/nav-img.png"
}
],
dataFormatter: "",

4
cloud/bigscreen-design/src/page/list/document.vue

@ -54,7 +54,7 @@ export default { @@ -54,7 +54,7 @@ export default {
window.open('/swiper.html?id=' + this.value1)
},
goApi () {
window.open('https://data.bladex.vip/doc.html')
window.open('https://godolphinx.org/vue3/description.html')
},
goDoc () {
window.open('https://www.kancloud.cn/smallwei/avue-doc')
@ -77,4 +77,4 @@ export default { @@ -77,4 +77,4 @@ export default {
margin-bottom: 5px;
}
}
</style>
</style>

Loading…
Cancel
Save