This commit is contained in:
parent
da28690a90
commit
606f6b923b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -19357,8 +19357,9 @@ exports.default = _default;
|
|||
var _useStroage = _interopRequireDefault(__webpack_require__(/*! @/utils/useStroage */ 30));
|
||||
// const baseURL = 'http://192.168.2.128:9000/cashierService'
|
||||
// const baseURL = 'http://192.168.2.41:9888/cashierService'
|
||||
// const baseURL = 'https://wxcashiertest.sxczgkj.cn/cashierService'
|
||||
var baseURL = 'https://cashier.sxczgkj.cn/cashierService';
|
||||
var baseURL = 'https://wxcashiertest.sxczgkj.cn/cashierService';
|
||||
// const baseURL = 'https://cashier.sxczgkj.cn/cashierService'
|
||||
|
||||
function _default() {
|
||||
var api = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
||||
var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ import useStorage from '@/utils/useStroage'
|
|||
|
||||
// const baseURL = 'http://192.168.2.128:9000/cashierService'
|
||||
// const baseURL = 'http://192.168.2.41:9888/cashierService'
|
||||
// const baseURL = 'https://wxcashiertest.sxczgkj.cn/cashierService'
|
||||
const baseURL = 'https://cashier.sxczgkj.cn/cashierService'
|
||||
const baseURL = 'https://wxcashiertest.sxczgkj.cn/cashierService'
|
||||
// const baseURL = 'https://cashier.sxczgkj.cn/cashierService'
|
||||
|
||||
export default function(api = '', data = {}, method = 'GET') {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue