This commit is contained in:
gyq
2024-07-31 18:14:11 +08:00
parent da28690a90
commit 606f6b923b
12 changed files with 15 additions and 14 deletions

View File

@@ -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) => {