瀏覽代碼

订单

master
yangpeilai 2 天之前
父節點
當前提交
07499282a8
共有 2 個檔案被更改,包括 6 行新增27 行删除
  1. 6
    6
      src/components/orderInfo/index.vue
  2. 0
    21
      src/utils/baseService.ts

+ 6
- 6
src/components/orderInfo/index.vue 查看文件

@@ -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 查看文件

@@ -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',

Loading…
取消
儲存