api改回去

This commit is contained in:
鬼画符 2025-02-10 16:01:06 +08:00
parent 47a8b6566e
commit d69d367eaa

View File

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