Commit 5d1921cb by honghong

配置地址

parent 35237f1d
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
repairAddress: '', //维修地址 repairAddress: '', //维修地址
budget: '', //预算金额 budget: '', //预算金额
remark: '测试默认值', //备注说明 remark: '测试默认值', //备注说明
fileBoList:[ fileVos:[
{ {
url:'https://img1.baidu.com/it/u=567782244,1695500002&fm=253&fmt=auto&app=138&f=JPEG?w=753&h=500',//地址 url:'https://img1.baidu.com/it/u=567782244,1695500002&fm=253&fmt=auto&app=138&f=JPEG?w=753&h=500',//地址
fileType:'picture',//文件类型video fileType:'picture',//文件类型video
......
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
"env": { "env": {
"UNI_PLATFORM": "mp-weixin", "UNI_PLATFORM": "mp-weixin",
"UNI_BASE_ENV": "uat", "UNI_BASE_ENV": "uat",
"UNI_BASE_URL": "http://baiyingroup.nyinhong.com", "UNI_BASE_URL": "http://192.168.0.175:7001",
"UNI_BASE_API": "/api" "UNI_BASE_API": ""
}, },
"define": { "define": {
"CUSTOM-UAT": true "CUSTOM-UAT": true
......
...@@ -85,7 +85,9 @@ ...@@ -85,7 +85,9 @@
pageNum: 1, pageNum: 1,
status: 0, status: 0,
deleteStatus: 0, deleteStatus: 0,
userId: 1 userId: 1,
orderByColumn:'modifyTime',
isAsc:'desc'
}, },
statusNeedList: [] statusNeedList: []
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment