diff --git a/src/utils/axios.js b/src/utils/axios.js index ea1a2af..c4e1c97 100644 --- a/src/utils/axios.js +++ b/src/utils/axios.js @@ -3,8 +3,8 @@ import axios from "axios"; export default ({ data }) => { let baseURL = ""; if (data.url == "/user/login") { - baseURL = "http://60.209.125.238:40501"; //测试 - // baseURL = "http://djy-identity.myshipping.net"; //正式 + // baseURL = "http://60.209.125.238:40501"; //测试 + baseURL = "http://djy-identity.myshipping.net"; //正式 } else { baseURL = process.env.VUE_APP_AXIOS_BASEURL; } diff --git a/src/views/AmsIndex.vue b/src/views/AmsIndex.vue index 263cd14..739e2ed 100644 --- a/src/views/AmsIndex.vue +++ b/src/views/AmsIndex.vue @@ -979,8 +979,8 @@ export default { }, ], dialogform3: { - product_name: "Cocoa powder, foodstuff", - weight: 18000, + product_name: "Household articles of iron and steel, metal", + weight: 25000, box_num: 1, box_web_name: "", is_american_route: false, @@ -1378,8 +1378,8 @@ export default { }, ]; this.dialogform3 = { - product_name: "Cocoa powder, foodstuff", - weight: 18000, + product_name: "Household articles of iron and steel, metal", + weight: 25000, box_num: 1, box_web_name: "", is_american_route: false, @@ -1425,8 +1425,8 @@ export default { }, ]; this.dialogform3 = { - product_name: "Cocoa powder, foodstuff", - weight: 18000, + product_name: "Household articles of iron and steel, metal", + weight: 25000, box_num: 1, box_web_name: "", is_american_route: false, diff --git a/运价联查测试环境.zip b/运价.zip similarity index 95% rename from 运价联查测试环境.zip rename to 运价.zip index 5de291b..2682c45 100644 Binary files a/运价联查测试环境.zip and b/运价.zip differ