feat(performanceList): 拨比列表字段调整

This commit is contained in:
woody 2025-06-04 09:45:26 +08:00
parent 158525544e
commit b1ceb0c6e9
2 changed files with 528 additions and 556 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,22 +18,21 @@ module.exports = {
// } // }
// }, // },
'/prod-api': { '/prod-api': {
target: 'http://t-mana.beida413.com', target: 'http://t-mana.beida666.com',
changeOrigin: true, changeOrigin: true,
// pathRewrite: { // pathRewrite: {
// '^/prod-api': '' // '^/prod-api': ''
// } // }
} },
} },
}, },
configureWebpack: { configureWebpack: {
externals: { externals: {
'zhCN':'zhCN', zhCN: 'zhCN',
'enUS':'enUS', enUS: 'enUS',
'zhTC':'zhTC', zhTC: 'zhTC',
'ruRU':'ruRU', ruRU: 'ruRU',
'frFR':'frFR', frFR: 'frFR',
} },
} },
};
}