feat:增加项目积分-学员获取列表-已获得积分

This commit is contained in:
wyx
2023-02-23 23:06:08 +08:00
parent 9f8fc080e3
commit 535f51403d
2 changed files with 3 additions and 3 deletions

View File

@@ -645,7 +645,7 @@ export default {
bum: item.userInfoBo.deptName, bum: item.userInfoBo.deptName,
gangw: item.userInfoBo.jobName, gangw: item.userInfoBo.jobName,
group: item.groupName, group: item.groupName,
diploma: "0", diploma: item.allPointsCount,
// operation: "查看", // operation: "查看",
}; };
array.push(obj); array.push(obj);

View File

@@ -15,8 +15,8 @@ module.exports = defineConfig({
port: 8070, port: 8070,
proxy: { proxy: {
"/manageApi": { "/manageApi": {
// target: 'http:' + process.env.VUE_APP_PROXY_URL, target: 'http:' + process.env.VUE_APP_PROXY_URL,
target: 'http://localhost:30001', // target: 'http://localhost:30001',
changeOrigin: true, //表示是否改变原域名 changeOrigin: true, //表示是否改变原域名
pathRewrite: { pathRewrite: {
"^/manageApi": "", "^/manageApi": "",