Commit 43d69de7 authored by 冯腾骁's avatar 冯腾骁

物流公司渠道

parent b117b54f
let host = window.location.protocol + '//' + window.location.host + '/'; let host = window.location.protocol + '//' + window.location.host + '/';
if (window.location.host === 'localhost:8097') host = 'http://finance.winwchain.com/finance-web'; let protocol=window.location.protocol
let currenthost=window.location.host
if (window.location.host === 'localhost:8097') host = `${protocol}//localhost:8090/logistics-config-center-web/`;
// http://sitpurchasing.rubansh.com/ // http://sitpurchasing.rubansh.com/
// http://localhost:8192/ // http://localhost:8192/
export const devtools = true; export const devtools = true;
......
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
password: that.financeForm.checkPass password: that.financeForm.checkPass
}; };
that.axios({ that.axios({
url: "finance/login/financeLogin", url: "logisticsConfig/login/configCenterLogin",
method: "POST", method: "POST",
data: loginData data: loginData
}).then(res => { }).then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment