master
zth 11 months ago
parent f7f19c48bb
commit 338f77ccc1

@ -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;
}

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

Loading…
Cancel
Save