test : 测试cas登录

This commit is contained in:
2024-03-05 20:48:52 +08:00
parent 8a7594b675
commit 768b467e6d
4 changed files with 83 additions and 43 deletions

View File

@@ -69,11 +69,11 @@ export default defineConfig({
open: true,
proxy: {
'/api': {
target: 'http://fateverse-vue.frp.feashow.cn',
target: 'http://mosr.feashow.cn',
changeOrigin: true,
},
'/api/notice-ws': {
target: 'ws://fateverse-vue.frp.feashow.cn/api/notice-ws',
target: 'ws://mosr.feashow.cn/api/notice-ws',
ws: true,
changeOrigin: true,
}