| | |
| | | // import login from "../pages/login/login"; |
| | | |
| | | // const BaseUrl = "http://192.168.3.159:9999/"; |
| | | import {BaseUrl as wrBaseUrl} from '@/api/request.js' |
| | | import { |
| | | BaseUrl as wrBaseUrl |
| | | } from '@/api/request.js' |
| | | // const BaseUrl = "http://192.168.0.120:9999" |
| | | const BaseUrl = "http://192.168.110.101:9999" |
| | | const BaseUrl = "http://192.168.0.144:9999" |
| | | // const BaseUrl = "http://10.101.33.114:9999" |
| | | |
| | | // 登录 |
| | | // function apiLogin({ |
| | |
| | | url: BaseUrl + '/admin/oauth2/token', |
| | | method: "POST", |
| | | data: { |
| | | grant_type:'mobile', |
| | | mobile:`MINI@${code}`, |
| | | grant_type: 'mobile', |
| | | mobile: `MINI@${code}`, |
| | | code |
| | | }, |
| | | header: { |