This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/**
* https://www.uviewui.com/js/http.html
*/
importstorefrom"@/store";
module.exports=(vm)=>{
// 初始化请求配置
uni.$u.http.setConfig((config)=>{
/* config 为默认全局配置*/
config.baseURL="http://py12306.learnerhub.net";// api 根域名,本地开发大概就是 localhost(看你怎么启动的后端服务器)