feat:修改依赖信息

wuyanfu
guangyin 2023-06-08 11:16:10 +08:00
parent a7dd8fba62
commit 26d3efd346
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ import router from './router'
import store from './store' import store from './store'
import ElementUI from 'element-ui'; import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css'; import 'element-ui/lib/theme-chalk/index.css';
import SvgComponent from "hbt-common/components/svg.component.vue" import SvgComponent from "hbt-common/components/common/svg.component.vue"
import EchartsComponent from "hbt-common/components/echarts.component.vue" import EchartsComponent from "hbt-common/components/common/echarts.component.vue"
import "@/assets/common/icons"; import "@/assets/common/icons";
import 'animate.css'; import 'animate.css';
import Mock from "mockjs" import Mock from "mockjs"

View File

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