| | |
| | | }, |
| | | // 操作列表 |
| | | setTableForm() { |
| | | if (this.editConfig.title !== "新建") { |
| | | if ( |
| | | this.editConfig.title !== "新建" && |
| | | this.editConfig.infomation.details && |
| | | this.editConfig.infomation.details.length > 0 |
| | | ) { |
| | | const list = this.editConfig.infomation.details.map((item) => { |
| | | return { |
| | | ...item, |
| | |
| | | devServer: { |
| | | proxy: { |
| | | "/api-s": { |
| | | target: "http://192.168.20.118:8005", |
| | | target: "http://192.168.20.119:8005", |
| | | ws: true, |
| | | changeOrigin: true |
| | | }, |
| | | "/api-wms": { |
| | | target: "http://192.168.20.118:8005", |
| | | target: "http://192.168.20.119:8005", |
| | | ws: true, |
| | | changeOrigin: true |
| | | } |