release(custom): i

This commit is contained in:
2023-10-10 15:01:00 +08:00
parent a9707c6d94
commit 5b33290de6
78 changed files with 13003 additions and 5230 deletions

View File

@@ -7,7 +7,7 @@ export const PROXY_CONFIG = {
* @转发路径 http://localhost:8080/user
*/
'/admin': {
target: 'https://www.wanzhuanyongcheng.cn',
target: 'https://test.wanzhuanyongcheng.cn',
changeOrigin: true,
// rewrite: (path) => path.replace(new RegExp('^/api'), ''),
},