Commit 9799fad000e0998a56933afd8dc85bac3e84231a

Authored by fengwotao
1 parent f9898969

pref:修打包错误,图片地址路径错误

@@ -5,7 +5,7 @@ import cloneDeep from 'lodash/cloneDeep' @@ -5,7 +5,7 @@ import cloneDeep from 'lodash/cloneDeep'
5 5
6 export const option = { 6 export const option = {
7 dataset: '物联网平台数据统计', 7 dataset: '物联网平台数据统计',
8 - bgSrc: 'src/assets/images/chart/headbackground/bg_top.png', 8 + bgSrc: 'src/assets/external/headbackground/bg_top.png',
9 fontSize: 36, 9 fontSize: 36,
10 showRight:true, 10 showRight:true,
11 textColor:'#00f6ff', 11 textColor:'#00f6ff',
@@ -83,7 +83,7 @@ onMounted(() => { @@ -83,7 +83,7 @@ onMounted(() => {
83 "4": '星期四', 83 "4": '星期四',
84 "5": '星期五', 84 "5": '星期五',
85 "6": '星期六', 85 "6": '星期六',
86 - } 86 + } as any
87 const datetime = new Date() 87 const datetime = new Date()
88 const year = datetime.getFullYear() 88 const year = datetime.getFullYear()
89 const month = datetime.getMonth() + 1 < 10 ? '0' + (datetime.getMonth() + 1) : datetime.getMonth() + 1 89 const month = datetime.getMonth() + 1 < 10 ? '0' + (datetime.getMonth() + 1) : datetime.getMonth() + 1
@@ -131,7 +131,7 @@ onUnmounted(() => { @@ -131,7 +131,7 @@ onUnmounted(() => {
131 } 131 }
132 132
133 .go-n-grid { 133 .go-n-grid {
134 - background: url(@/assets/images/chart/headbackground/bg_top.png) center no-repeat; 134 + background: url(@/assets/external/headbackground/bg_top.png) center no-repeat;
135 background-size: 100% 100%; 135 background-size: 100% 100%;
136 text-align: center; 136 text-align: center;
137 font-size: 36px; 137 font-size: 36px;