feat: 充值重构+AI图表修复+安全加固+路由清理
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
module.exports = {
|
||||
publicPath: './',
|
||||
productionSourceMap: false,
|
||||
lintOnSave: false,
|
||||
devServer: {
|
||||
//自己公司项目自己配置哈
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'https://ceshi93.yxymk.com/',
|
||||
changeOrigin: true,
|
||||
// pathRewrite: {
|
||||
// '^/api': ''
|
||||
// }
|
||||
},
|
||||
'/upload': {
|
||||
target: 'https://ceshi93.yxymk.com/',
|
||||
changeOrigin: true,
|
||||
// pathRewrite: {
|
||||
// '^/api': ''
|
||||
// }
|
||||
},
|
||||
'/US.json': {
|
||||
target: 'https://ceshi93.yxymk.com/',
|
||||
changeOrigin: true,
|
||||
// pathRewrite: {
|
||||
// '^/api': ''
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user