Commit 88c6a2707fbefccc3cbf76b9f927867d3f91cae7
1 parent
ea295712
feat: 新增订单字段回显
Showing
2 changed files
with
3 additions
and
1 deletions
trash-admin/src/main/resources/application-dev.yml
| ... | ... | @@ -9,8 +9,9 @@ trash: |
| 9 | 9 | # 实例演示开关 |
| 10 | 10 | demoEnabled: true |
| 11 | 11 | # 文件路径 示例( Windows配置D:/trash/uploadPath,Linux配置 /home/trash/uploadPath,存储桶 trash/uploadPath,nginx配置 /trash/upload) |
| 12 | + profile: D:/trash/uploadPath | |
| 12 | 13 | # profile: E:/trash/uploadPath |
| 13 | - profile: F:/work/project/Documents/uploadPath/trash | |
| 14 | +# profile: F:/work/project/Documents/uploadPath/trash | |
| 14 | 15 | # 获取ip地址开关 |
| 15 | 16 | addressEnabled: false |
| 16 | 17 | # 验证码类型 math 数组计算 char 字符验证 | ... | ... |
trash-garbage/src/main/java/com/trash/garbage/pojo/vo/OrderDetailVo.java