This commit is contained in:
2025-12-25 08:26:09 +08:00
parent ab5c01bf5c
commit 964e4f9c33
72 changed files with 2474 additions and 1065 deletions

View File

@@ -4,12 +4,26 @@ module.exports = {
devServer: {
proxy: {
'/api': {
target: 'https://sourcebyte.vip',
target: 'http://localhost:8089',
changeOrigin: true,
pathRewrite: {
'^/api': '/api'
}
}
}
}
}
// module.exports = {
// publicPath: './',
// devServer: {
// proxy: {
// '/api': {
// target: 'https://sourcebyte.vip',
// changeOrigin: true,
// pathRewrite: {
// '^/api': '/api'
// }
// }
// }
// }
// }