🎉新版本页面

This commit is contained in:
coward
2024-08-08 15:32:17 +08:00
parent 00f3d51c1d
commit 89c89a28ee
62 changed files with 7868 additions and 5413 deletions

View File

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