注册平台登记页面接口对接、公告管理页面接口对接

This commit is contained in:
雷校云
2025-12-19 18:54:32 +08:00
parent 0493fdebf2
commit d642dffc49
10 changed files with 1059 additions and 10 deletions

View File

@@ -46,6 +46,7 @@ export default defineConfig(({ mode }: ConfigEnv) => {
proxy: {
'/dev-api/api2': {
changeOrigin: true,
// target: 'http://47.108.113.7:8000',
target: 'http://192.168.31.69:8006',
rewrite: (path: string) => {
return path.replace(/^\/dev-api\/api2/, '')