fix : 用户nickname查询

This commit is contained in:
clay
2024-05-23 20:28:46 +08:00
parent 1991d7eada
commit d12fb8a12b
2 changed files with 19 additions and 3 deletions

View File

@@ -75,6 +75,13 @@ export default defineConfig({
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '')
},
'/api/admin': {
// target: 'http://frp.feashow.cn:31800/',
target: 'http://clay.frp.feashow.cn/',
// target: 'http://192.168.31.175:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '')
},
'/api': {
target: 'http://mosr.feashow.cn',
changeOrigin: true,