master
zth 11 months ago
parent f7f19c48bb
commit 338f77ccc1

@ -3,8 +3,8 @@ import axios from "axios";
export default ({ data }) => { export default ({ data }) => {
let baseURL = ""; let baseURL = "";
if (data.url == "/user/login") { if (data.url == "/user/login") {
baseURL = "http://60.209.125.238:40501"; //测试 // baseURL = "http://60.209.125.238:40501"; //测试
// baseURL = "http://djy-identity.myshipping.net"; //正式 baseURL = "http://djy-identity.myshipping.net"; //正式
} else { } else {
baseURL = process.env.VUE_APP_AXIOS_BASEURL; baseURL = process.env.VUE_APP_AXIOS_BASEURL;
} }

@ -979,8 +979,8 @@ export default {
}, },
], ],
dialogform3: { dialogform3: {
product_name: "Cocoa powder, foodstuff", product_name: "Household articles of iron and steel, metal",
weight: 18000, weight: 25000,
box_num: 1, box_num: 1,
box_web_name: "", box_web_name: "",
is_american_route: false, is_american_route: false,
@ -1378,8 +1378,8 @@ export default {
}, },
]; ];
this.dialogform3 = { this.dialogform3 = {
product_name: "Cocoa powder, foodstuff", product_name: "Household articles of iron and steel, metal",
weight: 18000, weight: 25000,
box_num: 1, box_num: 1,
box_web_name: "", box_web_name: "",
is_american_route: false, is_american_route: false,
@ -1425,8 +1425,8 @@ export default {
}, },
]; ];
this.dialogform3 = { this.dialogform3 = {
product_name: "Cocoa powder, foodstuff", product_name: "Household articles of iron and steel, metal",
weight: 18000, weight: 25000,
box_num: 1, box_num: 1,
box_web_name: "", box_web_name: "",
is_american_route: false, is_american_route: false,

Loading…
Cancel
Save