H5生成接口地址修改
This commit is contained in:
parent
f8bd53596b
commit
08b63c3a88
|
|
@ -1,12 +1,12 @@
|
|||
|
||||
//打包时修改env的值即可
|
||||
const env='test' //test , production,local
|
||||
const env='production' //test , production,local
|
||||
|
||||
export const encryptKey='1234567890123456' // http数据加解密的key
|
||||
|
||||
export const apiUrl='/czg/'
|
||||
export const h5Config = {
|
||||
production: 'https://dj-h5.hnsiyao.cn',
|
||||
production: 'https://web.hnsiyao.cn',
|
||||
test: 'https://web-api.hnsiyao.cn',
|
||||
local: 'http://192.168.1.41:8100'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue