mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-30 01:00:11 +08:00
11 lines
138 B
TypeScript
11 lines
138 B
TypeScript
import bar from './vchart/bar.json'
|
|
|
|
export default {
|
|
bar: {
|
|
code: 0,
|
|
status: 200,
|
|
msg: '请求成功',
|
|
data: bar
|
|
}
|
|
}
|