表格分组递归

This commit is contained in:
仲么了
2024-03-12 11:03:58 +08:00
parent b393419b0a
commit 3ba3016135
8 changed files with 271 additions and 36 deletions

View File

@@ -11,7 +11,7 @@ export default defineConfig({
host: '0.0.0.0',
proxy: {
'/api': {
target: 'http://192.168.1.125:10215', //数据中心
target: 'http://192.168.1.81:10215', //数据中心
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '') //路径重写,把'/api'替换为''
},