Browse Source

修改bug

master
j1ack 3 years ago
parent
commit
425f98b0c8
  1. 2
      src/api/request.js
  2. 20
      src/components/companySummary/business.vue
  3. 1
      src/components/companySummary/income.vue
  4. 21
      src/components/companySummary/talent.vue
  5. 3
      src/components/ringPie/index.vue
  6. 193
      src/components/scrollArc/index.vue
  7. 4
      src/main.js
  8. 10
      src/views/Brand.vue
  9. 4
      vue.config.js
  10. 1
      测试2/css/app.8e479fb4.css
  11. 1
      测试2/css/chunk-6935f3b7.1b43ae05.css
  12. 1
      测试2/css/chunk-e0ef0190.b6ae73c1.css
  13. BIN
      测试2/favicon.ico
  14. BIN
      测试2/fonts/DIGITALDREAMFAT.0bfa8176.woff
  15. BIN
      测试2/fonts/DIGITALDREAMFAT.a9184740.ttf
  16. BIN
      测试2/fonts/DIGITALDREAMFAT.e06416b2.woff2
  17. BIN
      测试2/fonts/LCD.0a33d170.ttf
  18. BIN
      测试2/img/404.a57b6f31.png
  19. BIN
      测试2/img/404_cloud.0f4bc32b.png
  20. BIN
      测试2/img/bg-2.766012f9.jpg
  21. BIN
      测试2/img/bg-4.a6a6e532.jpg
  22. BIN
      测试2/img/bg-5.18dec9de.jpg
  23. BIN
      测试2/img/bg.bf714a4f.png
  24. BIN
      测试2/img/bk_circle.c583c0a9.png
  25. BIN
      测试2/img/bk_circle1.816be40f.png
  26. BIN
      测试2/img/brand.png
  27. BIN
      测试2/img/circle2.43cd3790.png
  28. BIN
      测试2/img/compass-bg-1.026795e0.png
  29. BIN
      测试2/img/compass-bg-2.85f04e73.png
  30. BIN
      测试2/img/dataV_1.png
  31. BIN
      测试2/img/dataV_2.png
  32. BIN
      测试2/img/dataV_3.png
  33. BIN
      测试2/img/dataV_4.png
  34. BIN
      测试2/img/head_bg.5fa9ab4a.png
  35. BIN
      测试2/img/header_border_dark.png
  36. BIN
      测试2/img/header_border_light.png
  37. BIN
      测试2/img/icon_db01.1e6f3590.png
  38. BIN
      测试2/img/icon_db02.384b6459.png
  39. BIN
      测试2/img/icon_db03.845657f8.png
  40. BIN
      测试2/img/icon_db04.c23a7ab3.png
  41. BIN
      测试2/img/icon_zs.a5636484.png
  42. 47
      测试2/img/iconfont.a2b53208.svg
  43. BIN
      测试2/img/image10.png
  44. BIN
      测试2/img/img1.png
  45. BIN
      测试2/img/img11.png
  46. BIN
      测试2/img/img12.png
  47. BIN
      测试2/img/img13.png
  48. BIN
      测试2/img/img2.png
  49. BIN
      测试2/img/img3.png
  50. BIN
      测试2/img/img4.png
  51. BIN
      测试2/img/img5.png
  52. BIN
      测试2/img/img6.png
  53. BIN
      测试2/img/img7.png
  54. BIN
      测试2/img/info-1-0.21659f3f.png
  55. BIN
      测试2/img/info-1-1.8f7766f0.png
  56. BIN
      测试2/img/info-1-2.1e36ac03.png
  57. BIN
      测试2/img/info-1-3.09e580ea.png
  58. BIN
      测试2/img/inner.638d3c94.png
  59. BIN
      测试2/img/jt.c268bab5.png
  60. BIN
      测试2/img/lbx.0dea0f97.png
  61. BIN
      测试2/img/login_0.png
  62. BIN
      测试2/img/login_1.png
  63. BIN
      测试2/img/login_2.png
  64. BIN
      测试2/img/map.bab2b509.png
  65. BIN
      测试2/img/numberBg.f377946a.png
  66. BIN
      测试2/img/online.201f5b84.png
  67. BIN
      测试2/img/parkIngo.6e3caa5b.png
  68. BIN
      测试2/img/pd-main-left-bg-2.0e06e76d.png
  69. BIN
      测试2/img/pd-main-left-bg-tree.fcafd54d.png
  70. BIN
      测试2/img/wg.4bf50aaf.png
  71. BIN
      测试2/img/whcircle.21dff124.png
  72. 1
      测试2/index.html
  73. 1
      测试2/js/app.0c016868.js
  74. 1
      测试2/js/chunk-6935f3b7.960c6cc3.js
  75. 1
      测试2/js/chunk-e0ef0190.2dc32ac0.js
  76. 25
      测试2/js/chunk-vendors.f1fc1417.js

2
src/api/request.js

@ -7,7 +7,7 @@ axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'
// 创建axios实例
const service = axios.create({
// axios中请求配置有baseURL选项,表示请求URL公共部分
baseURL: 'http://parkingadmin.lepa580.com/prod-api',
baseURL: 'http://192.168.31.128:8866',
// 超时
timeout: 30000
})

20
src/components/companySummary/business.vue

@ -5,7 +5,7 @@
</template>
<script>
let sum=0
let sum = 0
export default {
props: {
chartData: {
@ -18,23 +18,27 @@ export default {
return {
}
},
watch: {
watch: {
chartData: {
deep: true,
handler: function () {
this.getEchartLeft1()
}
}
},
mounted() {
setTimeout(() => {
// console.log(this.chartData)
this.getEchartLeft1();
}, 1000);
},
methods: {
getEchartLeft1() {
sum=0
sum=0;
for (const key in this.chartData) {
sum += parseInt(this.chartData[key])
// console.log(sum); //key,s[key],typeof key string
}
//
// eslint-disable-next-line no-undef
let myChart = echarts.init(document.getElementById('chart_left1'));
@ -174,12 +178,12 @@ export default {
position: 'top',
show: true,
formatter: function (params) {
sum+=parseInt(params.value)
if(params.value==0){
sum=1
if (params.value == 0) {
sum = 1
}
// console.log(sum)
// return params.data.realValue;
var percent = Number((params.value / sum) * 100).toFixed(2) + '%';
var percent = Number((params.value / sum * 100).toFixed(2)) + '%';
return percent;
},
color: '#fff',

1
src/components/companySummary/income.vue

@ -1,4 +1,3 @@
<template>
<div class="income-container">
<div class="chart" id="chart_left3"></div>

21
src/components/companySummary/talent.vue

@ -28,6 +28,7 @@
</template>
<script>
let sum = 0
export default {
props: {
chartData: {
@ -38,11 +39,8 @@ export default {
name: "talent",
data() {
return {
sum: 0,
}
},
created() {
}
},
watch: {
chartData: {
@ -52,6 +50,10 @@ export default {
}
}
},
created() {
},
mounted() {
setTimeout(() => {
@ -62,16 +64,17 @@ export default {
},
methods: {
GetPercent(num, total) {
this.sum = this.chartData.alipayPayAmount + this.chartData.weixinPayAmount + this.chartData.casePayAmount + this.chartData.robotPayAmount + this.chartData.unionPayAmount
sum = this.chartData.alipayPayAmount + this.chartData.weixinPayAmount + this.chartData.casePayAmount + this.chartData.robotPayAmount + this.chartData.unionPayAmount
if (num == 0) {
this.sum = 1
sum = 1
}
num = parseFloat(num);
total = parseFloat(total);
if (isNaN(num) || isNaN(total)) {
return "-";
}
return parseInt(Math.round(Number((num / this.sum) * 100)));
return parseInt(Math.round(Number((num / sum) * 100)));
},
getEchartLeft2() {
let myChart = echarts.init(document.getElementById('chart_left2'));
@ -171,8 +174,8 @@ export default {
for (let i = 0; i < scaleData.length; i++) {
total += parseInt(scaleData[i].value);
}
if(params.value==0){
total=1
if (params.value == 0) {
total = 1
}
percent = ((params.value / total) * 100).toFixed(0);
if (params.name !== '') {

3
src/components/ringPie/index.vue

@ -44,7 +44,8 @@ export default {
},
mounted() {
setTimeout(() => {
if(this.chartData.parkingPlaceUseNums==0){
if(!this.chartData.parkingPlaceUseNums){
this.chartData.parkingPlaceUseNums=0
this.chartData.parkingPlaceTotalNums=1
}
this.dataRate=this.chartData.parkingPlaceUseNums/this.chartData.parkingPlaceTotalNums

193
src/components/scrollArc/index.vue

@ -11,8 +11,8 @@
</div>
</div>
</div> -->
<div class="income-container">
<div class="chart" id="chart_arc"></div>
<div class="income-container">
<div class="chart" id="chart_arc"></div>
</div>
</template>
@ -21,7 +21,7 @@ import img from '../../assets/img/brand/green.png'
import img2 from '../../assets/img/brand/org.png'
export default {
props: {
props: {
chartData: {
type: Object,
required: true,
@ -39,7 +39,7 @@ export default {
dataOut: [],
}
},
watch: {
watch: {
chartData: {
deep: true,
handler: function () {
@ -48,70 +48,71 @@ export default {
}
},
mounted() {
setTimeout(() => {
setTimeout(() => {
// console.log(this.chartData)
for(var i= 0;i<this.chartData.inStatistics.length;i++){
this.xData.push(this.chartData.inStatistics[i].timeUnit)
this.dataIn.push(this.chartData.inStatistics[i].num)
}
for(var i= 0;i<this.chartData.outStatistics.length;i++){
this.dataOut.push(this.chartData.outStatistics[i].num)
}
this.getEchart();
this.getEchart();
}, 800);
},
methods: {
getEchart() {
for (var i = 0; i < this.chartData.inStatistics.length; i++) {
this.xData.push(this.chartData.inStatistics[i].timeUnit)
this.dataIn.push(this.chartData.inStatistics[i].num)
}
for (var i = 0; i < this.chartData.outStatistics.length; i++) {
this.dataOut.push(this.chartData.outStatistics[i].num)
}
let myChart = echarts.init(document.getElementById('chart_arc'));
this.option = {
tooltip: {
trigger: 'axis',
showContent: true,
// extraCssText: 'width:150px;height:auto;background:linear-gradient(left,rgba(87,136,255,1),rgba(87,136,255,.8),rgba(87,136,255,.5));color:#fff',
axisPointer: {
axisPointer: {
type: 'shadow',
shadowStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
offset: 1,
color: '#5d83ff'
},{
}, {
offset: 0,
color: 'rgba(255, 255, 255, 0)'
}])
}
},
},
legend: {
itemWidth: 30,
itemHeight: 30,
top:'0%', //
right:'5%' ,//
data:[
legend: {
itemWidth: 30,
itemHeight: 30,
top: '0%', //
right: '5%',//
data: [
{
name:'入场车流',
textStyle:{
fontSize:12,
fontWeight:'bolder',
color:'#fff'
},
icon:`image://${img}`,
name: '入场车流',
textStyle: {
fontSize: 12,
fontWeight: 'bolder',
color: '#fff'
},
icon: `image://${img}`,
},
{
name:'出场车流',
textStyle:{
fontSize:12,
fontWeight:'bolder',
color:'#fff',
},
icon:`image://${img2}`,
name: '出场车流',
textStyle: {
fontSize: 12,
fontWeight: 'bolder',
color: '#fff',
},
icon: `image://${img2}`,
}
],
],
// textStyle:{
// fontSize: 14,//
// color: '#ffffff'//
// },
},
color: ['#1BDB7F','#EF8C62'],
},
color: ['#1BDB7F', '#EF8C62'],
grid: {
top: 30,
left: 20,
@ -125,7 +126,7 @@ export default {
boundaryGap: false,
axisTick: {
show: false
},
},
axisLabel: {
formatter: '{value}'
},
@ -146,65 +147,65 @@ export default {
},
series: [
{
name: '入场车流',
type: 'line',
data: this.dataIn,
symbolSize: 10,
showSymbol: false,
// itemStyle: {
// opacity: 0,
// },
emphasis: {
label: {
show: true,
color: '#fff',
fontSize: 20
name: '入场车流',
type: 'line',
data: this.dataIn,
symbolSize: 10,
showSymbol: false,
// itemStyle: {
// opacity: 0,
// },
emphasis: {
label: {
show: true,
color: '#fff',
fontSize: 20
},
itemStyle: {
color: '#5d83ff',
borderColor: '#fff',
borderWidth: 2,
opacity: 1,
},
},
itemStyle: {
color: '#5d83ff',
borderColor: '#fff',
borderWidth: 2,
opacity: 1,
areaStyle: {
normal: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
offset: 0,
color: '#1BDB7F'
}, {
offset: 1,
color: 'rgba(0, 0, 0, 0)'
}]),
}
},
smooth: true,
},
areaStyle: {
normal: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
offset: 0,
color: '#1BDB7F'
},{
offset: 1,
color: 'rgba(0, 0, 0, 0)'
}]),
}
},
smooth: true,
},
{
name: '出场车流',
type: 'line',
data: this.dataOut,
symbolSize: 10,
showSymbol: false,
// itemStyle: {
// opacity: 0,
// },
emphasis: {
label: {
show: true,
color: '#fff',
fontSize: 20
},
itemStyle: {
color: '#5d83ff',
borderColor: '#fff',
borderWidth: 2,
opacity: 1
{
name: '出场车流',
type: 'line',
data: this.dataOut,
symbolSize: 10,
showSymbol: false,
// itemStyle: {
// opacity: 0,
// },
emphasis: {
label: {
show: true,
color: '#fff',
fontSize: 20
},
itemStyle: {
color: '#5d83ff',
borderColor: '#fff',
borderWidth: 2,
opacity: 1
},
},
},
smooth: true,
}
smooth: true,
}
]
};
myChart.setOption(this.option, true);
@ -221,7 +222,7 @@ export default {
// });
// this.number++;
// if (this.number > this.data.length) {
// this.number = 0;
// }
@ -240,11 +241,13 @@ export default {
height: 3rem;
}
}
.sn-container {
left: 50px;
top: 690px;
width: 895px;
height: 400px;
.chartsdom {
width: 100%;
height: 95%;

4
src/main.js

@ -14,8 +14,8 @@ import dayjs from 'dayjs'
import '@/assets/styles/base.scss'
import '@/assets/styles/common.scss'
import '@/assets/iconfont/iconfont.css'
import loadingViewerVue from 'loading-view-vue'
Vue.use(loadingViewerVue)
// import loadingViewerVue from 'loading-view-vue'
// Vue.use(loadingViewerVue)
Vue.use(vueParticles)
Vue.use(Vcomp)
Vue.config.productionTip = false

10
src/views/Brand.vue

@ -204,15 +204,15 @@ export default {
},
mounted() {
if (authCode && typeof +authCode === 'number') {
this.$showLoading();
// this.$showLoading();
this.heart();
setTimeout(() => {
this.getEchart();
}, 800);
// loading
setTimeout(() => {
this.$hideLoading();
}, 900);
// setTimeout(() => {
// this.$hideLoading();
// }, 900);
} else {
// console.log('', authCode);
alert('授权码为空,请从系统调用页面!')
@ -413,7 +413,7 @@ export default {
[{ name: "长沙" }, { name: res.data[i].parkName, value: res.data[i].useCarNum }]
)
}
console.log(this.geoCoordMap)
// console.log(this.geoCoordMap)
})
},

4
vue.config.js

@ -1,6 +1,6 @@
module.exports = {
// publicPath: process.env.NODE_ENV === "production" ? "/dist/" : "./",
// publicPath: "./",
publicPath: "./",
productionSourceMap: false, // 生产环境是否生成 sourceMap 文件
lintOnSave: false,
devServer: {
@ -8,7 +8,7 @@ module.exports = {
port: 8081,
proxy: {
"/api": {
target: "https://api.github.com",
target: "",
changeOrigin: true,
ws: false,
pathRewrite: {

1
测试2/css/app.8e479fb4.css

File diff suppressed because one or more lines are too long

1
测试2/css/chunk-6935f3b7.1b43ae05.css

File diff suppressed because one or more lines are too long

1
测试2/css/chunk-e0ef0190.b6ae73c1.css

@ -0,0 +1 @@
.wscn-http404-container[data-v-64221681]{transform:translate(-50%,-50%);position:absolute;top:40%;left:50%}.wscn-http404[data-v-64221681]{position:relative;width:1200px;padding:0 50px;overflow:hidden}.wscn-http404 .pic-404[data-v-64221681]{position:relative;float:left;width:600px;overflow:hidden}.wscn-http404 .pic-404__parent[data-v-64221681]{width:100%}.wscn-http404 .pic-404__child[data-v-64221681]{position:absolute}.wscn-http404 .pic-404__child.left[data-v-64221681]{width:80px;top:17px;left:220px;opacity:0;-webkit-animation-name:cloudLeft-data-v-64221681;animation-name:cloudLeft-data-v-64221681;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s}.wscn-http404 .pic-404__child.mid[data-v-64221681]{width:46px;top:10px;left:420px;opacity:0;-webkit-animation-name:cloudMid-data-v-64221681;animation-name:cloudMid-data-v-64221681;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.2s;animation-delay:1.2s}.wscn-http404 .pic-404__child.right[data-v-64221681]{width:62px;top:100px;left:500px;opacity:0;-webkit-animation-name:cloudRight-data-v-64221681;animation-name:cloudRight-data-v-64221681;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes cloudLeft-data-v-64221681{0%{top:17px;left:220px;opacity:0}20%{top:33px;left:188px;opacity:1}80%{top:81px;left:92px;opacity:1}to{top:97px;left:60px;opacity:0}}@keyframes cloudLeft-data-v-64221681{0%{top:17px;left:220px;opacity:0}20%{top:33px;left:188px;opacity:1}80%{top:81px;left:92px;opacity:1}to{top:97px;left:60px;opacity:0}}@-webkit-keyframes cloudMid-data-v-64221681{0%{top:10px;left:420px;opacity:0}20%{top:40px;left:360px;opacity:1}70%{top:130px;left:180px;opacity:1}to{top:160px;left:120px;opacity:0}}@keyframes cloudMid-data-v-64221681{0%{top:10px;left:420px;opacity:0}20%{top:40px;left:360px;opacity:1}70%{top:130px;left:180px;opacity:1}to{top:160px;left:120px;opacity:0}}@-webkit-keyframes cloudRight-data-v-64221681{0%{top:100px;left:500px;opacity:0}20%{top:120px;left:460px;opacity:1}80%{top:180px;left:340px;opacity:1}to{top:200px;left:300px;opacity:0}}@keyframes cloudRight-data-v-64221681{0%{top:100px;left:500px;opacity:0}20%{top:120px;left:460px;opacity:1}80%{top:180px;left:340px;opacity:1}to{top:200px;left:300px;opacity:0}}.wscn-http404 .bullshit[data-v-64221681]{position:relative;float:left;width:300px;padding:30px 0;overflow:hidden}.wscn-http404 .bullshit__oops[data-v-64221681]{font-size:32px;line-height:40px;color:#1482f0;margin-bottom:20px;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__headline[data-v-64221681],.wscn-http404 .bullshit__oops[data-v-64221681]{font-weight:700;opacity:0;-webkit-animation-name:slideUp-data-v-64221681;animation-name:slideUp-data-v-64221681;-webkit-animation-duration:.5s;animation-duration:.5s}.wscn-http404 .bullshit__headline[data-v-64221681]{font-size:20px;line-height:24px;color:#222;margin-bottom:10px;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__info[data-v-64221681]{font-size:13px;line-height:21px;color:grey;margin-bottom:30px;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__info[data-v-64221681],.wscn-http404 .bullshit__return-home[data-v-64221681]{opacity:0;-webkit-animation-name:slideUp-data-v-64221681;animation-name:slideUp-data-v-64221681;-webkit-animation-duration:.5s;animation-duration:.5s}.wscn-http404 .bullshit__return-home[data-v-64221681]{display:block;float:left;width:110px;height:36px;background:#1482f0;border-radius:100px;text-align:center;color:#fff;font-size:14px;line-height:36px;cursor:pointer;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes slideUp-data-v-64221681{0%{transform:translateY(60px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp-data-v-64221681{0%{transform:translateY(60px);opacity:0}to{transform:translateY(0);opacity:1}}

BIN
测试2/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
测试2/fonts/DIGITALDREAMFAT.0bfa8176.woff

Binary file not shown.

BIN
测试2/fonts/DIGITALDREAMFAT.a9184740.ttf

Binary file not shown.

BIN
测试2/fonts/DIGITALDREAMFAT.e06416b2.woff2

Binary file not shown.

BIN
测试2/fonts/LCD.0a33d170.ttf

Binary file not shown.

BIN
测试2/img/404.a57b6f31.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
测试2/img/404_cloud.0f4bc32b.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
测试2/img/bg-2.766012f9.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
测试2/img/bg-4.a6a6e532.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
测试2/img/bg-5.18dec9de.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
测试2/img/bg.bf714a4f.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

BIN
测试2/img/bk_circle.c583c0a9.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

BIN
测试2/img/bk_circle1.816be40f.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
测试2/img/brand.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

BIN
测试2/img/circle2.43cd3790.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
测试2/img/compass-bg-1.026795e0.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
测试2/img/compass-bg-2.85f04e73.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
测试2/img/dataV_1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 KiB

BIN
测试2/img/dataV_2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 KiB

BIN
测试2/img/dataV_3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 KiB

BIN
测试2/img/dataV_4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

BIN
测试2/img/head_bg.5fa9ab4a.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 KiB

BIN
测试2/img/header_border_dark.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 KiB

BIN
测试2/img/header_border_light.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
测试2/img/icon_db01.1e6f3590.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
测试2/img/icon_db02.384b6459.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
测试2/img/icon_db03.845657f8.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
测试2/img/icon_db04.c23a7ab3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
测试2/img/icon_zs.a5636484.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

47
测试2/img/iconfont.a2b53208.svg

@ -0,0 +1,47 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
2013-9-30: Created.
-->
<svg>
<metadata>
Created by iconfont
</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024" >
<font-face
font-family="iconfont"
font-weight="500"
font-stretch="normal"
units-per-em="1024"
ascent="896"
descent="-128"
/>
<missing-glyph />
<glyph glyph-name="user" unicode="&#58988;" d="M283.083845 605.200938c0-126.207423 102.313224-228.5186 228.511437-228.5186 126.2064 0 228.514507 102.311177 228.514507 228.5186 0 126.202307-102.308107 228.51553-228.514507 228.51553C385.390929 833.716468 283.083845 731.403245 283.083845 605.200938L283.083845 605.200938zM647.796314 376.145102c-39.302121-25.200962-86.044702-39.814798-136.202055-39.814798-50.154283 0-96.894817 14.613836-136.197962 39.814798-171.106006-56.998155-294.485011-218.435964-294.485011-408.697239 0-11.157107 0.422625-22.218024 1.254573-33.164331l858.852706 0c0.831948 10.946306 1.255597 22.007223 1.255597 33.164331 0 190.261275-123.372865 351.698061-294.483988 408.697239L647.796314 376.145102zM647.796314 376.145102" horiz-adv-x="1024" />
<glyph glyph-name="close" unicode="&#58983;" d="M810 622l-238-238 238-238-60-60-238 238-238-238-60 60 238 238-238 238 60 60 238-238 238 238z" horiz-adv-x="1024" />
<glyph glyph-name="info" unicode="&#58884;" d="M512 810.56A426.56 426.56 0 1 1 938.56 384 426.88 426.88 0 0 1 512 810.56z m42.56-640h-85.12v256h85.44v-256z m0 341.44h-85.12V597.44h85.44V512z" horiz-adv-x="1024" />
<glyph glyph-name="password" unicode="&#58886;" d="M780.8 541.42H665.6v42.89c0 72.31-19.85 193.3-153.6 193.3-138.87 0-153.6-135.05-153.6-193.3v-42.89H243.2v42.89C243.2 773.75 348.79 896 512 896s268.8-122.25 268.8-311.69v-42.89z m-192-314.84c0 43.52-34.58 78.65-76.8 78.65s-76.8-35.13-76.8-78.65c0-29.46 15.4-54.47 38.44-67.82v-89.64c0-21.74 17.25-39.7 38.4-39.7s38.4 17.96 38.4 39.7v89.64c23 13.35 38.36 38.36 38.36 67.82zM896 384v-393.61c0-65.26-51.87-118.39-115.2-118.39H243.2c-63.291 0-115.2 53.13-115.2 118.39V384c0 65.22 51.87 118.39 115.2 118.39h537.6c63.33 0 115.2-53.17 115.2-118.39z" horiz-adv-x="1024" />
<glyph glyph-name="warning" unicode="&#58998;" d="M512 768c-213.589333 0-384-170.410667-384-384s170.410667-384 384-384 384 170.410667 384 384-170.410667 384-384 384z m-36.949333-150.229333c10.069333 10.069333 18.688 16.768 35.029333 16.768 18.261333 1.450667 35.029333-7.168 41.770667-20.138667 7.68-9.130667 11.989333-29.269333 10.069333-41.301333 0-3.328-2.389333-25.898667-3.370667-32.128l-13.44-170.410667c0-16.810667-3.370667-33.578667-10.069333-46.549333-3.370667-10.069333-13.44-16.810667-26.88-16.810667a25.258667 25.258667 0 0 0-23.509333 16.810667c-6.741333 16.810667-10.069333 30.250667-10.069334 46.549333L465.450667 537.6c-3.370667 30.250667-3.370667 20.181333-3.370667 36.949333 0 16.341333 3.370667 29.781333 12.970667 43.221334z m73.898666-470.912a48.128 48.128 0 0 0-33.578666-13.397334c-13.44 0-26.88 3.328-36.992 13.397334a55.338667 55.338667 0 0 0-16.768 39.850666c0 13.44 3.370667 26.88 13.44 36.949334 10.069333 10.112 23.509333 16.810667 36.949333 16.810666 13.44 0 26.88-6.698667 36.949333-16.768 10.069333-10.112 13.44-23.552 13.44-36.992-0.469333-16.298667-3.84-29.738667-13.44-39.850666z" horiz-adv-x="1024" />
<glyph glyph-name="error" unicode="&#59014;" d="M512 810.666667C276.48 810.666667 85.333333 619.733333 85.333333 384s191.146667-426.666667 426.666667-426.666667 426.666667 190.933333 426.666667 426.666667S747.52 810.666667 512 810.666667z m42.666667-640h-85.333334v85.333333h85.333334v-85.333333z m0 170.666666h-85.333334V597.333333h85.333334v-256z" horiz-adv-x="1024" />
<glyph glyph-name="success" unicode="&#58987;" d="M512 832q190.016-4.992 316.512-131.488T960 384q-4.992-190.016-131.488-316.512T512-64q-190.016 4.992-316.512 131.488T64 384q4.992 190.016 131.488 316.512T512 832z m-56-536l-99.008 99.008q-12 11.008-27.488 11.008t-27.008-11.488-11.488-26.496 11.008-27.008l127.008-127.008q11.008-11.008 27.008-11.008t27.008 11.008l263.008 263.008q15.008 15.008 9.504 36.512t-27.008 27.008-36.512-9.504z" horiz-adv-x="1024" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
测试2/img/image10.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

BIN
测试2/img/img1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

BIN
测试2/img/img11.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

BIN
测试2/img/img12.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

BIN
测试2/img/img13.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
测试2/img/img2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 KiB

BIN
测试2/img/img3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

BIN
测试2/img/img4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
测试2/img/img5.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
测试2/img/img6.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
测试2/img/img7.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
测试2/img/info-1-0.21659f3f.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
测试2/img/info-1-1.8f7766f0.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
测试2/img/info-1-2.1e36ac03.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
测试2/img/info-1-3.09e580ea.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
测试2/img/inner.638d3c94.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
测试2/img/jt.c268bab5.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
测试2/img/lbx.0dea0f97.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
测试2/img/login_0.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1016 KiB

BIN
测试2/img/login_1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 KiB

BIN
测试2/img/login_2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 KiB

BIN
测试2/img/map.bab2b509.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

BIN
测试2/img/numberBg.f377946a.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
测试2/img/online.201f5b84.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
测试2/img/parkIngo.6e3caa5b.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
测试2/img/pd-main-left-bg-2.0e06e76d.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
测试2/img/pd-main-left-bg-tree.fcafd54d.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
测试2/img/wg.4bf50aaf.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB

BIN
测试2/img/whcircle.21dff124.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

1
测试2/index.html

@ -0,0 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>parkBigScreen2</title><link href=css/chunk-6935f3b7.1b43ae05.css rel=prefetch><link href=css/chunk-e0ef0190.b6ae73c1.css rel=prefetch><link href=js/chunk-6935f3b7.960c6cc3.js rel=prefetch><link href=js/chunk-e0ef0190.2dc32ac0.js rel=prefetch><link href=css/app.8e479fb4.css rel=preload as=style><link href=js/app.0c016868.js rel=preload as=script><link href=js/chunk-vendors.f1fc1417.js rel=preload as=script><link href=css/app.8e479fb4.css rel=stylesheet></head><body><script src=//cdn.staticfile.org/jquery/1.10.2/jquery.min.js></script><script src=//cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js></script><script src=//cdn.jsdelivr.net/npm/echarts-gl/dist/echarts-gl.min.js></script><script src=//cdn.jsdelivr.net/npm/[email protected]/dist/echarts-liquidfill.min.js></script><script src=//cdn.staticfile.org/axios/0.19.0/axios.min.js></script><noscript><strong>We're sorry but parkBigScreen2 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.f1fc1417.js></script><script src=js/app.0c016868.js></script></body></html>

1
测试2/js/app.0c016868.js

File diff suppressed because one or more lines are too long

1
测试2/js/chunk-6935f3b7.960c6cc3.js

File diff suppressed because one or more lines are too long

1
测试2/js/chunk-e0ef0190.2dc32ac0.js

@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-e0ef0190"],{"19fe":function(t,s,i){"use strict";var a=i("be44"),e=i.n(a);e.a},"26fc":function(t,s,i){t.exports=i.p+"img/404_cloud.0f4bc32b.png"},2754:function(t,s,i){"use strict";i.r(s);var a=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"wscn-http404-container"},[i("div",{staticClass:"wscn-http404"},[t._m(0),i("div",{staticClass:"bullshit"},[i("div",{staticClass:"bullshit__oops"},[t._v(" 404错误! ")]),i("div",{staticClass:"bullshit__headline"},[t._v(" "+t._s(t.message)+" ")]),i("div",{staticClass:"bullshit__info"},[t._v(" 对不起,您正在寻找的页面不存在。尝试检查URL的错误,然后按浏览器上的刷新按钮或尝试在我们的应用程序中找到其他内容。 ")]),i("router-link",{staticClass:"bullshit__return-home",attrs:{to:t.indexUrl}},[t._v(" 返回首页 ")])],1)])])},e=[function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"pic-404"},[a("img",{staticClass:"pic-404__parent",attrs:{src:i("a36b"),alt:"404"}}),a("img",{staticClass:"pic-404__child left",attrs:{src:i("26fc"),alt:"404"}}),a("img",{staticClass:"pic-404__child mid",attrs:{src:i("26fc"),alt:"404"}}),a("img",{staticClass:"pic-404__child right",attrs:{src:i("26fc"),alt:"404"}})])}],c={name:"Page404",data:function(){return{indexUrl:"/"}},computed:{message:function(){return"找不到网页!"}},created:function(){this.$store.getters.notVisitIndex?this.indexUrl="/user/profile":this.indexUrl="/"}},n=c,l=(i("19fe"),i("2877")),r=Object(l["a"])(n,a,e,!1,null,"64221681",null);s["default"]=r.exports},a36b:function(t,s,i){t.exports=i.p+"img/404.a57b6f31.png"},be44:function(t,s,i){}}]);

25
测试2/js/chunk-vendors.f1fc1417.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save