feat 杀死直播进程

This commit is contained in:
Ironsp
2026-07-02 14:34:23 +08:00
parent da108742cc
commit 603c82939b
4 changed files with 19 additions and 6 deletions

View File

@@ -24,8 +24,8 @@ export default defineConfig(({ mode, command }) => {
open: true,
proxy: {
[env.VITE_APP_BASE_API]: {
target: 'http://47.104.208.94:8089',
// target: 'http://192.168.0.214:8089',
// target: 'http://47.104.208.94:8089',
target: 'http://192.168.0.214:8089',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')