碳排因子库页面

This commit is contained in:
28723
2024-07-08 09:48:44 +08:00
parent a16b26370f
commit 1d4b76492d
9 changed files with 1589 additions and 0 deletions

View File

@@ -16,5 +16,9 @@ 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: '../' });