共享屏幕

This commit is contained in:
gyj
2024-04-22 10:23:32 +08:00
parent ca09c2fb0f
commit eeb3ae6e1c
4 changed files with 114 additions and 90 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ module.exports = defineConfig({
changeOrigin: true, // 是否改变Origin头信息
secure : false,
pathRewrite: {
'^/api': '' // 将/api前缀重写为空字符串
'^/tiaojie': '' // 将/api前缀重写为空字符串
},
},
'/zhongcai': {