diff --git a/src/api/growth/growthpath.js b/src/api/growth/growthpath.js index db140cf2..46849849 100644 --- a/src/api/growth/growthpath.js +++ b/src/api/growth/growthpath.js @@ -1,7 +1,7 @@ // import ajax from '@/utils/xajax.js' import ajax from '../ajax'; -const baseURL = process.env.VUE_APP_GROWTH_API_PATH; -// const baseURL = '/growth'; +// const baseURL = process.env.VUE_APP_GROWTH_API_PATH; +const baseURL = '/growth'; // 查询专业力必修列表 export const listData = (obj) => ajax.get(baseURL, '/professional/student/studentGrowthList', { params: obj }) // 查询专业力统计 diff --git a/src/views/growth/index.vue b/src/views/growth/index.vue index bdfe7a03..4dc0038d 100644 --- a/src/views/growth/index.vue +++ b/src/views/growth/index.vue @@ -245,7 +245,7 @@ export default { } .growth { .el-icon-question { - color: #999; + color: #387df7; font-size: 16px; margin-left: 5px; } @@ -302,7 +302,7 @@ export default { color: #0071ed; } .growth-state { - font-size: 14px; + font-size: 15px; margin-right: 18px; } .growth-btn { diff --git a/vue.config.js b/vue.config.js index f5cdee29..3d7a6e1c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -124,17 +124,17 @@ module.exports = { // 114.115.162.187 测试环境 // 192.168.0.107 晋宇 proxy: { - "/professional": { - // target: 'https://u-pre.boe.com', - // target: 'http://192.168.86.195:32002', - target: 'http://192.168.68.211:32002', - changeOrigin: true, - }, - // "/growth": { + // "/professional": { // // target: 'https://u-pre.boe.com', - // target: 'http://192.168.86.195:32002', + // // target: 'http://192.168.86.195:32002', + // target: 'http://192.168.68.211:32002', // changeOrigin: true, // }, + "/growth": { + target: 'https://u-pre.boe.com', + // target: 'http://192.168.86.195:32002', + changeOrigin: true, + }, '/manageApi': { // 目标代理服务器地址 target: 'https://u-pre.boe.com',