mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
Merge remote-tracking branch 'yx/250207-growth-prod-master_1202-zp' into test20250220
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// import ajax from '@/utils/xajax.js'
|
// import ajax from '@/utils/xajax.js'
|
||||||
import ajax from '../ajax';
|
import ajax from '../ajax';
|
||||||
const baseURL = process.env.VUE_APP_GROWTH_API_PATH;
|
// const baseURL = process.env.VUE_APP_GROWTH_API_PATH;
|
||||||
// const baseURL = '/growth';
|
const baseURL = '/growth';
|
||||||
// 查询专业力必修列表
|
// 查询专业力必修列表
|
||||||
export const listData = (obj) => ajax.get(baseURL, '/professional/student/studentGrowthList', { params: obj })
|
export const listData = (obj) => ajax.get(baseURL, '/professional/student/studentGrowthList', { params: obj })
|
||||||
// 查询专业力统计
|
// 查询专业力统计
|
||||||
|
|||||||
@@ -245,7 +245,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.growth {
|
.growth {
|
||||||
.el-icon-question {
|
.el-icon-question {
|
||||||
color: #999;
|
color: #387df7;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
@@ -302,7 +302,7 @@ export default {
|
|||||||
color: #0071ed;
|
color: #0071ed;
|
||||||
}
|
}
|
||||||
.growth-state {
|
.growth-state {
|
||||||
font-size: 14px;
|
font-size: 15px;
|
||||||
margin-right: 18px;
|
margin-right: 18px;
|
||||||
}
|
}
|
||||||
.growth-btn {
|
.growth-btn {
|
||||||
|
|||||||
@@ -124,17 +124,17 @@ module.exports = {
|
|||||||
// 114.115.162.187 测试环境
|
// 114.115.162.187 测试环境
|
||||||
// 192.168.0.107 晋宇
|
// 192.168.0.107 晋宇
|
||||||
proxy: {
|
proxy: {
|
||||||
"/professional": {
|
// "/professional": {
|
||||||
// target: 'https://u-pre.boe.com',
|
|
||||||
// target: 'http://192.168.86.195:32002',
|
|
||||||
target: 'http://192.168.68.211:32002',
|
|
||||||
changeOrigin: true,
|
|
||||||
},
|
|
||||||
// "/growth": {
|
|
||||||
// // target: 'https://u-pre.boe.com',
|
// // 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,
|
// changeOrigin: true,
|
||||||
// },
|
// },
|
||||||
|
"/growth": {
|
||||||
|
target: 'https://u-pre.boe.com',
|
||||||
|
// target: 'http://192.168.86.195:32002',
|
||||||
|
changeOrigin: true,
|
||||||
|
},
|
||||||
'/manageApi': {
|
'/manageApi': {
|
||||||
// 目标代理服务器地址
|
// 目标代理服务器地址
|
||||||
target: 'https://u-pre.boe.com',
|
target: 'https://u-pre.boe.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user