mirror of
https://gitee.com/maimengcloud/xm-ui-web.git
synced 2025-12-30 10:12:26 +00:00
解决编译后部署访问报错问题,原因不明
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
"docxtemplater": "^3.50.0",
|
||||
"docxtemplater-image-module-free": "^1.1.1",
|
||||
"driver.js": "^1.3.1",
|
||||
"echarts": "5.5.1",
|
||||
"echarts": "^5.5.1",
|
||||
"echarts-wordcloud": "2.1.0",
|
||||
"element-plus": "2.9.7",
|
||||
"fast-xml-parser": "^4.4.1",
|
||||
|
||||
@@ -71,8 +71,8 @@ import XmKpi from "@/views/xm/pro/kpi/Index.vue"; //kpi
|
||||
import XmKpiForm from "@/views/xm/pro/kpi/Form.vue"; //kpi
|
||||
import XmKpiHis from "@/views/xm/pro/kpi/IndexHis.vue"; //kpi
|
||||
import XmKpiTree from "@/views/xm/pro/kpi/XmKpiTree.vue"; //kpi
|
||||
import XmBudgetForProject from "@/views/xm/pro/fin/XmBudgetForProject.vue"; //budget
|
||||
import XmCostForProject from "@/views/xm/pro/fin/XmCostForProject.vue"; //cost
|
||||
// import XmBudgetForProject from "@/views/xm/pro/fin/XmBudgetForProject.vue"; //budget
|
||||
// import XmCostForProject from "@/views/xm/pro/fin/XmCostForProject.vue"; //cost
|
||||
|
||||
|
||||
// end 专业版
|
||||
@@ -117,8 +117,8 @@ const compLists = {
|
||||
Vue.component('XmKpiForm', XmKpiForm)
|
||||
Vue.component('XmKpiHis', XmKpiHis)
|
||||
Vue.component('XmKpiTree', XmKpiTree)
|
||||
Vue.component('XmBudgetForProject', XmBudgetForProject)
|
||||
Vue.component('XmCostForProject', XmCostForProject)
|
||||
// Vue.component('XmBudgetForProject', XmBudgetForProject)
|
||||
// Vue.component('XmCostForProject', XmCostForProject)
|
||||
}
|
||||
}
|
||||
export default compLists
|
||||
|
||||
Reference in New Issue
Block a user