diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue index d3c2bb85..aa4fe5c2 100644 --- a/src/components/NavLeft.vue +++ b/src/components/NavLeft.vue @@ -668,7 +668,7 @@
- + diff --git a/src/views/report/Overvoew.vue b/src/views/report/Overvoew.vue index c673753b..b6bd7ba6 100644 --- a/src/views/report/Overvoew.vue +++ b/src/views/report/Overvoew.vue @@ -392,7 +392,7 @@ export default { { text: "课程", num: res.data.result?.courseTotal }, { text: "考试", num: res.data.result?.examTotal }, { text: "案例", num: res.data.result?.caseTotal }, - // { text: "专业力", num: res.data.result?.growthTotal }, + { text: "专业力", num: res.data.result?.growthTotal }, ]; tabData.value = list; }); @@ -1009,7 +1009,7 @@ export default { { text: "课程", num: "11" }, { text: "考试", num: "10" }, { text: "案例", num: "10" }, - // { text: "专业力必修", num: "10" }, + { text: "专业力必修", num: "10" }, ]); const tabClick = (index) => { state.selectedRowKeys = []; diff --git a/vue.config.js b/vue.config.js index fb18ed6d..b59f76d7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -46,11 +46,18 @@ module.exports = defineConfig({ target: 'https:' + process.env.VUE_APP_BOE_API_URL, changeOrigin: true, //表示是否改变原域名 }, + // "/report": { + // target: 'https:' + process.env.VUE_APP_BOE_API_URL, + // changeOrigin: true, //表示是否改变原域名 + // pathRewrite: { + // // "^/manageApi": "", + // }, + // }, "/report": { - target: 'https:' + process.env.VUE_APP_BOE_API_URL, + target: 'http://192.168.31.211:18878', changeOrigin: true, //表示是否改变原域名 pathRewrite: { - // "^/manageApi": "", + "^/report": "", }, }, "/activityApi": {