Skip to content

Commit 390bb15

Browse files
committed
fix(view): 登录日志为 line
1 parent 8d2c02d commit 390bb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/src/views/dashboard/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default {
138138
{
139139
barWidth: '60%',
140140
name: '登录成功',
141-
type: 'bar', // 'line'
141+
type: 'line', // 'bar','line'
142142
stack: '总量',
143143
data: this.yData,
144144
smooth: true

0 commit comments

Comments
 (0)