feat(performanceList): 拨比列表字段调整
This commit is contained in:
parent
158525544e
commit
b1ceb0c6e9
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* @Descripttion:
|
* @Descripttion:
|
||||||
* @version:
|
* @version:
|
||||||
* @Author: 王三华
|
* @Author: 王三华
|
||||||
* @Date: 2023-09-19 10:45:28
|
* @Date: 2023-09-19 10:45:28
|
||||||
*/
|
*/
|
||||||
|
@ -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',
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
|
};
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue