修改路径
This commit is contained in:
parent
a51c5cdf85
commit
5ab3b8d00a
|
|
@ -11,6 +11,7 @@ export function get3dFileList(data) {
|
||||||
|
|
||||||
// 新增三维文件列表
|
// 新增三维文件列表
|
||||||
export function add3dFileItem(data) {
|
export function add3dFileItem(data) {
|
||||||
|
console.log(data);
|
||||||
return request({
|
return request({
|
||||||
headers: { // 修改请求头
|
headers: { // 修改请求头
|
||||||
'decrypt': 'decrypt'
|
'decrypt': 'decrypt'
|
||||||
|
|
@ -27,7 +28,7 @@ export function update3dFileItem(data) {
|
||||||
headers: { // 修改请求头
|
headers: { // 修改请求头
|
||||||
'decrypt': 'decrypt'
|
'decrypt': 'decrypt'
|
||||||
},
|
},
|
||||||
url: '/system/sys/pro/editPro',
|
url: '/background/sys/pro/editPro',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ export function exportProject(data) {
|
||||||
// 获取建管单位列表
|
// 获取建管单位列表
|
||||||
export function getBuildList(data) {
|
export function getBuildList(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/background/sys/select/getBuildLists',
|
url: '/system/sys/select/getBuildLists',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
|
|
@ -92,7 +92,7 @@ export function getBuildList(data) {
|
||||||
// 工程完工
|
// 工程完工
|
||||||
export function completeProject(data) {
|
export function completeProject(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/background/sys/pro/editProStatus',
|
url: '/system/sys/pro/editProStatus',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ export function assignProject(data) {
|
||||||
// 建管单位下拉选
|
// 建管单位下拉选
|
||||||
export function getBuildList(data) {
|
export function getBuildList(data) {
|
||||||
return request({
|
return request({
|
||||||
url: 'system/sys/select/getBuildLists',
|
url: '/system/sys/select/getBuildLists',
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue