diff --git a/common/js/api/vas/manifest.js b/common/js/api/vas/manifest.js index d6688e8..581ed2b 100644 --- a/common/js/api/vas/manifest.js +++ b/common/js/api/vas/manifest.js @@ -3,6 +3,6 @@ import { baseUrl } from "@/common/js/request/moduleType.js" // 舱单查询 export const GetMsOpSeaeEdiList = (data) => { - return http.get(`${baseUrl}/GetMsOpSeaeEdiList`, data) + return http.get(`${baseUrl}/WechatApplet/GetMsOpSeaeEdiList`, data) } diff --git a/common/js/request/config.js b/common/js/request/config.js index 2c85882..a514ae0 100644 --- a/common/js/request/config.js +++ b/common/js/request/config.js @@ -1,7 +1,7 @@ export default { // baseUrl :process.env.NODE_ENV === 'development' ? "https://wechat.myshipping.net:8860": "http://djy-identity.myshipping.net", baseUrl :process.env.NODE_ENV === 'development' ? "https://wechat.myshipping.net:8860": "https://wechat.myshipping.net:8860", - moduleUrlType: 'formal', // test 测试版 formal 正式版 + moduleUrlType: 'test', // test 测试版 formal 正式版 // dataType: "json", // responseType: "text", } \ No newline at end of file diff --git a/pages.json b/pages.json index 00dedad..425b0a3 100644 --- a/pages.json +++ b/pages.json @@ -136,6 +136,15 @@ "enablePullDownRefresh": false } + } + ,{ + "path" : "manifestDetail/manifestDetail", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + } ] }, diff --git a/pages/homePage/index/index.vue b/pages/homePage/index/index.vue index d53bac1..030e709 100644 --- a/pages/homePage/index/index.vue +++ b/pages/homePage/index/index.vue @@ -44,7 +44,7 @@ 即将上线 - + diff --git a/pages/vas/cabinHistory/cabinHistory.vue b/pages/vas/cabinHistory/cabinHistory.vue index 56df63d..72ccddf 100644 --- a/pages/vas/cabinHistory/cabinHistory.vue +++ b/pages/vas/cabinHistory/cabinHistory.vue @@ -19,7 +19,7 @@ {{item.code}} - 箱型:{{fromData.boxCode}} + 箱型:{{fromData.boxName}}