新增禁用弹窗
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//打包时修改env的值即可
|
||||
const env = 'production' //test , production,local
|
||||
const env = 'test' //test,production,local
|
||||
|
||||
export const encryptKey = '1234567890123456' // http数据加解密的key
|
||||
|
||||
@@ -7,7 +7,7 @@ export const apiUrl = '/czg/'
|
||||
export const h5Config = {
|
||||
production: 'https://web.hnsiyao.cn',
|
||||
test: 'https://web-api.hnsiyao.cn',
|
||||
local: 'http://192.168.1.41:8100'
|
||||
local: 'http://192.168.1.21:8100'
|
||||
}
|
||||
|
||||
export const AppConfig = {
|
||||
|
||||
Reference in New Issue
Block a user