wuyanfu
chenran 2023-05-24 15:47:38 +08:00
parent 1a88c53925
commit 1ae1f95974
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -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"

View File

@ -6,7 +6,7 @@ interface ActionResult<T> {
/**
* message:
*/
msg: string;
message: string;
/**
* data:
*/