| | |
| | | # 配合后端服务 |
| | | # VITE_APP_LOCAL = 'int' |
| | | # VITE_APP_LOCAL = 'zhl' |
| | | VITE_APP_LOCAL = 'cxl' |
| | | VITE_APP_LOCAL = 'hjy' |
| | |
| | | searchType: searchTypeValue.value, |
| | | major: "piping", |
| | | }, |
| | | `aps_gas_produce_statics_${new Date().getTime()}.xlsx` |
| | | `aps_pipe_produce_statics_${new Date().getTime()}.xlsx` |
| | | ); |
| | | } |
| | | /** 搜索按钮操作 */ |
| | |
| | | const proxyConfig = () => { |
| | | const personProxy = { |
| | | "/prod-api": { |
| | | target: "http://192.168.50.106:8080",//"http://192.168.50.13:8080", // 开发环境的后端地址 |
| | | target: "http://192.168.50.160:8080",//"http://192.168.50.13:8080", // 开发环境的后端地址 |
| | | changeOrigin: true, |
| | | rewrite: (path) => path.replace(/^\/prod-api/, ""), |
| | | }, |