zzzz
2024-04-15 136d5835ef62ecfb9932526c5f48a434988b1be7
src/request/httpAxios.js
@@ -2,15 +2,14 @@
import store from "@/store";
import { Toast } from "vant";
import i18n from "@/i18n";
import { BASE_URL } from "@/config";
import router from "@/router/router";
import { getSessionStorage } from "@/utils/utis";
import { signatureGenerate } from "@/utils/signatureUtil";
axios.defaults.headers.post["Content-Type"] =
  "application/x-www-form-urlencoded";
let baseUrl = "https://stock.niveshnav.com/wap/";
// let baseUrl = "http://192.168.0.105:18080/wap/";
// let baseUrl = "https://stock.niveshnav.com/wap/";
let baseUrl = "http://192.168.0.105:18080/wap/";
if (getSessionStorage("tzlj")) {
  baseUrl = getSessionStorage("tzlj");
}