表单设计页面,模型基础信息增删

This commit is contained in:
2024-04-29 09:02:06 +08:00
parent 8117b8673b
commit 0c7b5ff4d6
17 changed files with 2732 additions and 792 deletions

View File

@@ -14,20 +14,18 @@ export default defineConfig({
open: true,
proxy: {
'/api': {
// target: 'http://192.168.1.31:10215', //数据中心
target: 'http://192.168.1.31:10215', //数据中心
// target: 'http://10.95.53.49:10215', //海南服务器ip
target: 'http://192.168.1.125:10215', //hsw
// target: 'http://192.168.1.81:10215', //数据中心
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '') //路径重写,把'/api'替换为''
},
'/map': {
target: 'http://192.168.1.125:8088', //数据中心
// target: 'http://10.95.53.49:8088', //海南服务器ip
target: 'http://192.168.1.125:8088', //hsw
// target: 'http://192.168.1.125:8088', //数据中心
changeOrigin: true
}
// '/hzj': {
// target: 'http://13764779092.gnway.cc', //数据中心
// changeOrigin: true,
// rewrite: path => path.replace(/^\/hzj/, '') //路径重写,把'/api'替换为''
// }
}
},
resolve: {