feat: 添加switchMap demo

This commit is contained in:
2026-06-25 13:58:07 +08:00
parent 91afc9d81c
commit 882aa21cb3
8 changed files with 784 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ export default defineConfig({
})
],
// 子应用 base 路径,与主应用的 baseroute 保持一致
base: '/vue3-app/',
// base: '/vue3-app/',
server: {
port: 3001,
// 允许主应用跨域请求子应用资源