新增营销系统、分销系统、会员功能、门店、提现功能

This commit is contained in:
Shaw
2024-02-08 21:01:37 +08:00
parent 68b3f2dcc3
commit 17c043348a
1398 changed files with 81279 additions and 56269 deletions

View File

@ -0,0 +1,24 @@
// 画布配置
// import Cookies from 'js-cookie'
const config = {
terminal: 4, // 画布设备 1 小程序2 H53 App 4 电脑
typeId: 0, // 页面类型 0 C端 1 平台画布2 自定义页面3 商家店铺装修
getToken: function(){
return uni.getStorageSync('storage_key').token
}
}
// #ifdef H5
config.terminal = 2
// #endif
// #ifdef APP-PLUS || APP-NVUE
config.terminal = 3
// #endif
// #ifdef MP
config.terminal = 1
// #endif
export default config