修改对应bug

This commit is contained in:
chenze 2024-10-08 09:12:51 +08:00
parent 04cc23798e
commit 8b3f429612

View File

@ -108,7 +108,7 @@ const vueConfig = {
port: 8000,
proxy: {
'/api': {
target: 'http://192.168.1.47:9227',
target: 'http://localhost:9227',
// target: 'https://www.chuangzhikj.com/saas-ics',
pathRewrite: { '^/api': '' },
ws: false,