增加剧集解锁价格阶梯

This commit is contained in:
2025-12-15 14:40:29 +08:00
parent 16c36577e7
commit 727d56e325
4 changed files with 32 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
//打包时修改env的值即可
const env = 'production' //test,production,local
const env = 'local' //test,production,local
export const encryptKey = '1234567890123456' // http数据加解密的key
@@ -7,13 +7,13 @@ export const apiUrl = '/czg/'
export const h5Config = {
production: 'https://web.hnsiyao.cn',
test: 'https://web-api.hnsiyao.cn',
local: 'http://192.168.1.21:8100'
local: 'http://192.168.1.56:8787'
}
export const AppConfig = {
production: 'https://dj-api.hnsiyao.cn',
test: 'https://web-api.hnsiyao.cn',
local: 'http://192.168.1.41:8100'
local: 'http://192.168.1.56:8787'
}
export function returnShareUrl() {