diff --git a/components/form.vue b/components/form.vue index a053c58..09c50d3 100644 --- a/components/form.vue +++ b/components/form.vue @@ -283,7 +283,7 @@ repairAddress: '', //维修地址 budget: '', //预算金额 remark: '测试默认值', //备注说明 - fileBoList:[ + fileVos:[ { url:'https://img1.baidu.com/it/u=567782244,1695500002&fm=253&fmt=auto&app=138&f=JPEG?w=753&h=500',//地址 fileType:'picture',//文件类型video diff --git a/package.json b/package.json index 9492459..3846173 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "env": { "UNI_PLATFORM": "mp-weixin", "UNI_BASE_ENV": "uat", - "UNI_BASE_URL": "http://baiyingroup.nyinhong.com", - "UNI_BASE_API": "/api" + "UNI_BASE_URL": "http://192.168.0.175:7001", + "UNI_BASE_API": "" }, "define": { "CUSTOM-UAT": true diff --git a/pages/demand/index.vue b/pages/demand/index.vue index 2d4b0d8..96eb6f3 100644 --- a/pages/demand/index.vue +++ b/pages/demand/index.vue @@ -85,7 +85,9 @@ pageNum: 1, status: 0, deleteStatus: 0, - userId: 1 + userId: 1, + orderByColumn:'modifyTime', + isAsc:'desc' }, statusNeedList: [] }