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:
|
||||
* @version:
|
||||
* @Descripttion:
|
||||
* @version:
|
||||
* @Author: 王三华
|
||||
* @Date: 2023-09-19 10:45:28
|
||||
*/
|
||||
|
@ -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',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue