ui库更新

This commit is contained in:
gyq
2024-07-25 10:50:02 +08:00
parent 62d4806435
commit 86a0b83dd0
43 changed files with 1568 additions and 121 deletions

View File

@@ -4,6 +4,7 @@ import useStorage from '@/utils/useStroage'
// const baseURL = 'http://192.168.2.41:9888/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) => {
uni.request({