feat(ID1000949): 面料优选和内部小程序领取色卡,面料限制从5个调整成10个;

【面料优选和内部小程序领取色卡,面料限制从5个调整成10个;】 https://www.tapd.cn/53459131/prong/stories/view/1153459131001000949
This commit is contained in:
xuan 2023-03-17 17:58:49 +08:00
parent 7d7f7eefa7
commit 37ef094a73
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
// export const BASE_URL = CURRENT_BASE_URL export const BASE_URL = CURRENT_BASE_URL
// export const BASE_URL = `http://192.168.0.75:50001/lymarket` // export const BASE_URL = `http://192.168.0.75:50001/lymarket`
// export const BASE_URL = `http://192.168.0.89:50001/lymarket` // export const BASE_URL = `http://192.168.0.89:50001/lymarket`
// export const BASE_URL = `http://10.0.0.5:50001/lymarket` // export const BASE_URL = `http://10.0.0.5:50001/lymarket`
// export const BASE_URL = `http://192.168.0.89:40001/lymarket` // export const BASE_URL = `http://192.168.0.89:40001/lymarket`
// export const BASE_URL = `http://192.168.1.165:40001/lymarket` // 王霞 // export const BASE_URL = `http://192.168.1.165:40001/lymarket` // 王霞
// export const BASE_URL = 'https://test.zzfzyc.com/lymarket' // 测试环境 // export const BASE_URL = 'https://test.zzfzyc.com/lymarket' // 测试环境
export const BASE_URL = 'https://pre.zzfzyc.com/lymarket' // 预发布 // export const BASE_URL = 'https://pre.zzfzyc.com/lymarket' // 预发布
// export const BASE_URL = `http://192.168.1.9:40001/lymarket` // 发 // export const BASE_URL = `http://192.168.1.9:40001/lymarket` // 发
// export const BASE_URL = `http://192.168.1.9:50005/lymarket` // 发 // export const BASE_URL = `http://192.168.1.9:50005/lymarket` // 发
// export const BASE_URL = `http://192.168.1.30:50001/lymarket` // 发 // export const BASE_URL = `http://192.168.1.30:50001/lymarket` // 发

View File

@ -13,7 +13,7 @@ import { alert, goLink } from '@/common/common'
import { GetCanAddCardList } from '@/api/colorCard' import { GetCanAddCardList } from '@/api/colorCard'
import { formatRemoveHashTag } from '@/common/format' import { formatRemoveHashTag } from '@/common/format'
// 限制5种色卡 // 限制5种色卡
const limit = 5 const limit = 10
const ColorCardList = () => { const ColorCardList = () => {
const { fetchData, state } = GetCanAddCardList() const { fetchData, state } = GetCanAddCardList()