首頁組件

This commit is contained in:
魏啾
2024-04-15 16:15:09 +08:00
parent 289b808bf6
commit 091552233c
36 changed files with 3452 additions and 295 deletions

View File

@@ -9,12 +9,12 @@ const proxyApi = 'https://wxcashiertest.sxczgkj.cn/cashierService'
// #endif
// #ifdef H5
const baseUrl = debug ? proxyApi : "https://cashier.sxczgkj.cn/cashierService"
const baseUrl = debug ? proxyApi : "https://wxcashiertest.sxczgkj.cn/cashierService"
const baseUrlwws = 'wss://cashier.sxczgkj.cn/cashierService' // 线上
// #endif
// #ifdef APP || MP-WEIXIN
const baseUrl = debug ? proxyApi : 'https://cashier.sxczgkj.cn/cashierService'
const baseUrlwws = 'wss://cashier.sxczgkj.cn/cashierService' // 线上
const baseUrl = debug ? proxyApi : 'https://wxcashiertest.sxczgkj.cn/cashierService'
const baseUrlwws = 'wss://wxcashiertest.sxczgkj.cn/cashierService' // 线上
// #endif
// import VConsole from "./vConsole.js"