wankeda
2025-06-24 1caea0fdc7ed1788d854a2aba8853984b4494e01
代码管理/WMS/WIDESEA_WMSClient/src/api/http.js
@@ -16,13 +16,13 @@
    axios.defaults.baseURL = 'http://localhost:9290/';
}
else if (process.env.NODE_ENV == 'debug') {
    // axios.defaults.baseURL = 'http://192.168.2.51:9290/';
    axios.defaults.baseURL = 'http://localhost:9290/';
    axios.defaults.baseURL = 'http://192.168.2.51:9290/';
    // axios.defaults.baseURL = 'http://localhost:9290/';
}
else if (process.env.NODE_ENV == 'production') {
    // axios.defaults.baseURL = 'http://192.168.2.51:9290/';
    axios.defaults.baseURL = 'http://localhost:9290/';
    axios.defaults.baseURL = 'http://192.168.2.51:9290/';
    // axios.defaults.baseURL = 'http://localhost:9290/';
}
if (!axios.defaults.baseURL.endsWith('/')) {
    axios.defaults.baseURL+="/";