| | |
| | | jihua |
| | | } from './jihua.js'; |
| | | |
| | | |
| | | // 成功 |
| | | const responseOK = (response) => { |
| | | const { |
| | |
| | | const responseFailedDependency = () => { |
| | | uni.showToast({ |
| | | title: '登录状态过期,即将返回登录!', |
| | | icon: 'error', |
| | | icon: 'none', |
| | | position: 'top', |
| | | duration: 2000 |
| | | }); |
| | |
| | | 500: responseError |
| | | } |
| | | |
| | | // let BaseUrl = 'http://192.168.3.159:9999'; |
| | | // const BaseUrl = 'https://mx.jzeg.cn:443/app'; |
| | | //let BaseUrl = 'http://192.168.0.159:9999'; |
| | | const BaseUrl = 'https://mx.jzeg.cn:9998'; |
| | | // let BaseUrl = 'http://192.168.0.114:9999'; |
| | | // const BaseUrl = 'http://192.168.0.102:9999'; // 飞哥 |
| | | |
| | | const BaseUrl = "https://mx.jzeg.cn:9998"; // 正式服务 |
| | | //const BaseUrl = "https://mx.jzeg.cn:9998"; // 正式服务 |
| | | |
| | | // 请求拦截 |
| | | const fetch = (url, opt, urlParam) => { |