| | |
| | | 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"); |
| | | } |