门店端优化

This commit is contained in:
wong
2025-11-03 14:07:15 +08:00
parent 367a76a54f
commit 469ab4a085
10 changed files with 1326 additions and 189 deletions

View File

@@ -4,6 +4,12 @@
//export const BASE_URL = 'http://yishi.com'
export const BASE_URL = 'https://ckbapi.quwanzhi.com'
// APP配置
export const APP_CONFIG = {
version: '1.1.0', // 当前APP版本号与manifest.json保持一致
type: 'aiStore' // APP类型标识
}
// 获取请求头
const getHeaders = (options = {}) => {
const token = uni.getStorageSync('token');