Explorar el Código

订单

master
yangpeilai hace 2 días
padre
commit
07499282a8
Se han modificado 2 ficheros con 6 adiciones y 27 borrados
  1. 6
    6
      src/components/orderInfo/index.vue
  2. 0
    21
      src/utils/baseService.ts

+ 6
- 6
src/components/orderInfo/index.vue Ver fichero

@@ -666,18 +666,18 @@ function init(data) {
visible: true,
},
{
title: "协议列表",
visible: true,
title: "产品信息",
foldIs: true, //是否需要折叠
foldStart: true, //折叠状态默认打开
othervalue: true,
data: productList,
visible: true,
},
{
title: "产品信息",
title: "协议列表",
visible: true,
foldIs: true, //是否需要折叠
foldStart: true, //折叠状态默认打开
data: productList,
visible: true,
othervalue: true,
},
{
title: "用户信息",

+ 0
- 21
src/utils/baseService.ts Ver fichero

@@ -151,27 +151,6 @@ export default {
// ),
// })
// }else{
// hasPathInArray(paths, url) ? : url /newDev
// 连本地用启动的项目
// if(url.startsWith('/invw')){
// console.log('===>userw本地')
// return httpN({
// url: 'http://localhost:9085' + url,
// method: 'post',
// timeout: 60000,
// headers: {
// 'Content-Type': 'application/json;charset=UTF-8',
// ...headers,
// },
// data: encryptionN(
// {
// ...body,
// },
// 2,
// hasPathInArray(paths, url)
// ),
// })
// }else{
return httpN({
url: urls + url,
method: 'post',

Cargando…
Cancelar
Guardar