taskId:067 remark:"commit"

This commit is contained in:
fks-xuxinyue
2024-07-08 11:45:01 +08:00
parent 3abdde797b
commit 0855659d74
4 changed files with 10 additions and 10 deletions

View File

@@ -16,9 +16,5 @@ const proxy = {
changeOrigin: true,
rewrite: (path) => path.replace(/^\/carbon-smart/, ''),
},
'/carbon': {
target: 'http://192.168.11.169:8224',
changeOrigin: true
},
};
export default configFun({ dirname, proxy, serviceMode: 'saas', baseDir: '../' });