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': {
target: 'http://t-mana.beida413.com',
target: 'http://t-mana.beida666.com',
changeOrigin: true,
// pathRewrite: {
// '^/prod-api': ''
// }
}
}
},
},
},
configureWebpack: {
externals: {
'zhCN':'zhCN',
'enUS':'enUS',
'zhTC':'zhTC',
'ruRU':'ruRU',
'frFR':'frFR',
}
}
}
zhCN: 'zhCN',
enUS: 'enUS',
zhTC: 'zhTC',
ruRU: 'ruRU',
frFR: 'frFR',
},
},
};