接入H5讲解后端数据闭环

This commit is contained in:
lyf
2026-06-30 17:22:20 +08:00
parent 1c2cc788d1
commit e3682ed3ec
13 changed files with 815 additions and 68 deletions

View File

@@ -3,6 +3,7 @@ import uni from '@dcloudio/vite-plugin-uni'
const sgsDevServer = 'http://1.92.206.90:3001'
const sgsAssetServer = 'http://1.92.206.90:9000'
const legacyAudioServer = 'http://47.120.48.148:19000'
export default defineConfig({
plugins: [uni()],
@@ -28,6 +29,10 @@ export default defineConfig({
'/minio': {
target: sgsDevServer,
changeOrigin: true
},
'/nhm/audio': {
target: legacyAudioServer,
changeOrigin: true
}
}
},