Compare commits
3 Commits
570dd8e189
...
0b99f0ece9
Author | SHA1 | Date |
---|---|---|
|
0b99f0ece9 | |
|
9fbd4f60f0 | |
|
1ae1f95974 |
|
@ -4,8 +4,8 @@ import router from './router'
|
|||
import store from './store'
|
||||
import ElementUI from 'element-ui';
|
||||
import 'element-ui/lib/theme-chalk/index.css';
|
||||
import SvgComponent from "hbt-common/components/common/svg.component.vue"
|
||||
import EchartsComponent from "hbt-common/components/common/echarts.component.vue"
|
||||
import SvgComponent from "hbt-common/components/svg.component.vue"
|
||||
import EchartsComponent from "hbt-common/components/echarts.component.vue"
|
||||
import "@/assets/common/icons";
|
||||
import 'animate.css';
|
||||
import Mock from "mockjs"
|
||||
|
|
|
@ -6,7 +6,7 @@ interface ActionResult<T> {
|
|||
/**
|
||||
* message: 错误消息
|
||||
*/
|
||||
msg: string;
|
||||
message: string;
|
||||
/**
|
||||
* data: 数据
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue