配置全局变量

This commit is contained in:
姚亚男
2021-11-01 11:33:52 +08:00
parent 180ea3f9cc
commit fa409f4b4c
16 changed files with 39 additions and 48 deletions
+8
View File
@@ -0,0 +1,8 @@
export const appId = 'wx322b63d1e6ff4765'
export const secret = 'a3e81ffa80aa5f04d0b104b2ccda7f32'
export let baseUrl = 'http://bxxt.hzwlsoft.com:1015' // 外网环境
// export let baseUrl = 'http://10.10.10.46:8055/' // 测试环境
// export const baseUrl = 'http://10.0.1.9:8080' // 本地环境
export const URL_CONFIG = '/jero-boot/'