yangpeilai 1 tydzień temu
rodzic
commit
07499282a8
2 zmienionych plików z 6 dodań i 27 usunięć
  1. 6
    6
      src/components/orderInfo/index.vue
  2. 0
    21
      src/utils/baseService.ts

+ 6
- 6
src/components/orderInfo/index.vue Wyświetl plik

@@ -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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz