This commit is contained in:
gyq
2024-07-26 10:55:43 +08:00
parent 86a0b83dd0
commit da28690a90
41 changed files with 1204 additions and 1475 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) => {