本地web开发环境的api使用 https://cloud.gyjerp.com 的,不用再单独部署后端

This commit is contained in:
鬼画符 2025-02-10 11:11:12 +08:00
parent cd893a4cfe
commit c26a4849f6

View File

@ -48,7 +48,7 @@ module.exports = {
port: 3000,
proxy: {
'/jshERP-boot': {
target: 'http://localhost:9999', // 请求本地 需要jshERP-boot后台项目
target: 'https://cloud.gyjerp.com', // 请求本地 需要jshERP-boot后台项目
ws: false,
changeOrigin: true
}